Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install fails #28

Closed
ducha-aiki opened this issue Jul 8, 2017 · 3 comments
Closed

pip install fails #28

ducha-aiki opened this issue Jul 8, 2017 · 3 comments

Comments

@ducha-aiki
Copy link
Contributor

            ``` 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
@jonasrauber
Copy link
Member

Hi @ducha-aiki, could you run pip list | grep setuptools and let me know the setuptools version you are using?

@jonasrauber
Copy link
Member

Hi @ducha-aiki, can you try again. Version 0.7.0 should fix this problem.

@ducha-aiki
Copy link
Contributor Author

@jonasrauber Works! Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants