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

in 1.8.3, using --distribute fails when distribute is installed as egg directory #361

Closed
qwcode opened this issue Nov 24, 2012 · 2 comments
Labels

Comments

@qwcode
Copy link

qwcode commented Nov 24, 2012

assuming you have distribute installed as an egg dir, you get this error trying to use --distribute

~$ virtualenv venv --distribute
   ...snip...
  OSError: Command /home/qwcode/d/bin/python -c "# Called from virtua...main(sys.argv[1:])
 " /usr/local/lib/pytho...ute-0.6.28-py2.6.egg failed with error code 1

the problem arises from this change: e8fbbea

it's trying to look for distribute egg files to install from and finds the distribute egg directory.

these errors are showing in the pip travis builds: https://travis-ci.org/pypa/pip/jobs/3335283

@qwcode
Copy link
Author

qwcode commented Nov 24, 2012

fyi @pfmoore

@qwcode
Copy link
Author

qwcode commented Nov 25, 2012

@pnasrat , I think this means a 1.8.4, see pull #362 for a fix.

jezdez added a commit that referenced this issue Nov 25, 2012
@jezdez jezdez closed this as completed Nov 25, 2012
@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants