-
Notifications
You must be signed in to change notification settings - Fork 184
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 with missing setuptools.command
error
#120
Comments
As a sidenote, got the same result with |
I also experienced this on Python 3.5 on Ubuntu 16.04. |
Here is my output on a clean virtualenv: rohan@uberbook:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-moeu5f0y/drfdocs/ UPDATE: |
same error for me |
Same issue here. |
Same issue here. drfdocs==0.0.9 works, no luck with 0.0.10 or 0.0.11. Already reinstalled everything and still have the issue.
More info:
|
+1 for this issue. Have the same error on Docker Alpine Python 2.7 |
I run into the same issue as well. This seems to depend on the Python environment being used. On vanilla Ubuntu 16.04, I created a virtual environment using However, in a different Python environment setup using miniconda, I ran into the above mentioned error.
|
same issue for me. cannot install versions after 0.0.9 |
same error
but I can import setuptools with python
|
The reason this is happening for some people and not others, as far as I can tell, is that a fair number of people have As a quick fix, this should work:
|
I get the following stack trace trying to pip install or upgrate drfdocs, using Python 2.7, on both a mac running OS X 10.11.5 and a Ubuntu 14.04 machine.
Both installs were done within virtualenvs with django1.9 installed.
pip
versions were 1.5.4 & 1.5.6I didn't find this behavior with any other pip modules. Don't know if it's something DrfDocs is doing in its setup or some other setup-related issue.
Cheers!
The text was updated successfully, but these errors were encountered: