pipx fails to install editable packages with extras in spec
See original GitHub issueDescribe the bug
pipx 0.15.5.0 refuses to install editable packages with extras in spec
How to reproduce
pipx install --editable .[dev]
# Unable to parse package spec: .[dev]
Expected behavior
pipx installs local package and extras in editable mode.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
pipx fails to install editable packages with extras in spec #475
Describe the bug pipx 0.15.5.0 refuses to install editable packages with extras in spec How to reproduce pipx install --editable .
Read more >Troubleshooting - pipx
This is a good fix for the following problems: System python was upgraded and the python used with a pipx-installed package is no...
Read more >pipenv Documentation - Read the Docs
You can tell Pipenv to install a path as editable — often this is useful for the current working directory when working on...
Read more >pipx · PyPI
The install command is the preferred way to globally install binaries from python packages on your system. It creates an isolated virtual ...
Read more >Error during Environment creation - Renku forum - Discourse
0 Error installing renku from spec 'renku==0.16.0'. Hence, I am pretty convinced it is not coming from any of the packages I am...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@itsayellow , I checked pipx 0.15.5.1 and it works great. Big thanks for a fix!
@aleksey-sergey , pipx 0.15.5.1 is released which contains the fix for your issue. Please let us know if you it doesn’t fix your issue.