question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pipx fails to install editable packages with extras in spec

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
aleksey-sergeycommented, Aug 28, 2020

@itsayellow , I checked pipx 0.15.5.1 and it works great. Big thanks for a fix!

1reaction
itsayellowcommented, Aug 28, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found