When I try to install python swiftclient and access it from a notebook, I receive an error:
!pip install --user python-swiftclient --upgrade
import swiftclient
>> Requirement already up-to-date: python-swiftclient in /Users/snowch/anaconda/lib/python2.7/site-packages
>> ...
>> ImportError: No module named swiftclient
However, importing swiftclient
works fine from a standard python prompt.
Any ideas?