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

Running pipx install --editable may result in errors No binaries associated with package #126

Closed
skoneka opened this issue Mar 27, 2019 · 2 comments

Comments

@skoneka
Copy link

skoneka commented Mar 27, 2019

Hi, this is an issue I encountered with pipx 0.12.3.3 installed through pip (anaconda).
When installing a package as editable pipx fails in my case:
# pipx install --spec=. package_in_dev --editable --force

No binaries associated with package package_in_dev. Try again with '--include-deps' to include binaries of dependent packages.

After that package_in_dev.egg-info directory is left laying around. Subsequent pipx runs without --editable (pipx install --spec=. package_in_dev --force) will fail with error No binaries associated with package package_in_dev. Try again with '--include-deps' to include binaries of dependent packages. until egg-info directory is deleted.

@cs01
Copy link
Member

cs01 commented Apr 7, 2019

Can you run this with the --verbose flag and share the output?

@itsayellow
Copy link
Contributor

Closing because of age and no response from OP. Reopen if you still have issues with a recent version of pipx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants