-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
'develop' command does not support --home option #392
Comments
Original comment by NiklasRosenstein (Bitbucket: NiklasRosenstein, GitHub: NiklasRosenstein): I can confirm this with pip 7.1.0. Any way around this? |
Original comment by jaraco (Bitbucket: jaraco, GitHub: jaraco): Looking at the source, it seems the develop command does not accept a At first blush, then, this appears to be a bug in pip. Maybe pip should be passing |
same here (pip 8.1.2). Any news? |
pip version 8.1.2 here too .... Any update on the possible workarounds for this or a patch that fixes the issue? |
any ideas on how to deal with this? it is really bothering me |
Any update on this? |
this pip issue was not helpful in solving this. pypa/setuptools#392
this pip issue was not helpful in solving this. pypa/setuptools#392
this pip issue was not helpful in solving this. pypa/setuptools#392
this pip issue was not helpful in solving this. pypa/setuptools#392
this pip issue was not helpful in solving this. pypa/setuptools#392
Any movement on this lately? It's still happening on version 9.0.1 |
I'm having the same issue |
pypa/pip#4390 is the current issue tracking this as its a pip bug |
@maintainers: Any progress on this issue? Is there anything that can be done to get this moving forward? It seems implementing |
My understanding is that the discussion about this issue has been moved to #2589, so I will close this issue for the time being (everyone is welcome to continue the conversation there 😄) The good news is that lately there have been several discussions on editable installs and PEP 660, so we might be able to address this issue 🤞 |
Originally reported by: Anonymous
The 'develop' command doesn't support the '--home' option. This gets used by pip when installing editable packages with '-t', yielding the following error:
Not sure if this should be considered a bug in
setuptools
orpip
; apologies in advance if this is expected behavior andpip
should just be doing something different.The text was updated successfully, but these errors were encountered: