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

Can't pip install .[extra] #2000

Closed
habnabit opened this issue Aug 28, 2014 · 3 comments
Closed

Can't pip install .[extra] #2000

habnabit opened this issue Aug 28, 2014 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@habnabit
Copy link

It is possible to do pip install -e .[extra] (i.e. install the CWD with the specified extra), but not possible to do pip install .[extra]. The latter command will attempt to fetch the package called . from pypi.

@habnabit
Copy link
Author

As a note, one can do e.g. pip install file://$(pwd)#egg=whatever[extra] and that will successfully install.

@tomprince
Copy link

This is a duplicate of #1236.

@Ivoz
Copy link
Contributor

Ivoz commented Aug 30, 2014

Thanks, closing to avoid the duplication, although still a valid bug.

@Ivoz Ivoz closed this as completed Aug 30, 2014
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 5, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

3 participants