You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``` old-ufo@oldufo-UX303UB:~/dev$ sudo pip install foolbox
[sudo] password for old-ufo:
The directory '/home/old-ufo/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/old-ufo/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting foolbox
Downloading foolbox-0.6.0.tar.gz (202kB)
100% |████████████████████████████████| 204kB 362kB/s
Running setup.py (path:/tmp/pip-build-32ku0y/foolbox/setup.py) egg_info for package foolbox produced metadata for project name unknown. Fix your #egg=foolbox fragments.
Installing collected packages: unknown
Running setup.py install for unknown ... done
Successfully installed unknown-0.6.0
old-ufo@oldufo-UX303UB:~/dev$ python
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import foolbox
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named foolbox
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: