-
Notifications
You must be signed in to change notification settings - Fork 13
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
Script not added to path upon installation #7
Comments
Here are some more logs about this:
This needs some entrypoints: By the way, the maintainers should add a git tag pointing to the same releases on PyPI, otherwise you can't match the PyPI version to the code. |
Thanks for reporting. I read a little bit into it and it appears to be normal, that pip-build files are not in the path directory. For me, pip says explicitly:
If you have a good suggestion, how this should be fixed (if it is a bug at all), please comment or open a PR |
For anyone this might help, I've found that running However I'm new to github, so if this isn't relevant or helpful then my apologies. |
Thanks for the input, I am not sure what the right way to install with pip is. Not sure if sudo is best practice, so I will not put it in the Readme for now, but hopefully, anybody who stumbles across the issue will find the answer here |
I tries installing this, but it didn't add any script to my PATH, or anything alike. I only got these files when installing via
python setup.py
:Installing via
pip
doesn't seem to work at all:The text was updated successfully, but these errors were encountered: