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

Console script not installed when installing from wheel #9

Closed
SethMMorton opened this issue Jun 8, 2014 · 2 comments
Closed

Console script not installed when installing from wheel #9

SethMMorton opened this issue Jun 8, 2014 · 2 comments

Comments

@SethMMorton
Copy link
Owner

When installed with pip, the natsort command line script is not installed.

This has likely been the case for several versions, but since nobody has reported this it looks like no one is using this feature :( It will be fixed in the next release.

@SethMMorton SethMMorton added the bug label Jun 8, 2014
@SethMMorton
Copy link
Owner Author

It turns out that this only occurs when installing from a wheel... when installing from .zip or .tar.gz the entry point is correctly installed. Looking at this link, it appears that this is an issue with wheels in general. You can see sloria/tbpaste#1 for suggested solutions.

@SethMMorton SethMMorton changed the title Entry point not installed with pip Console script not installed when installing from wheel Jun 21, 2014
@SethMMorton SethMMorton added wontfix and removed bug labels Jun 21, 2014
@SethMMorton
Copy link
Owner Author

This has been fixed for pip versions > 1.5.0. If you install from a wheel, please make sure you use a recent pip version.

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

No branches or pull requests

1 participant