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

ERROR: For req: gopro2gpx==0.1. Invalid script entry point: #14

Closed
alycda opened this issue Apr 22, 2021 · 2 comments · Fixed by #15
Closed

ERROR: For req: gopro2gpx==0.1. Invalid script entry point: #14

alycda opened this issue Apr 22, 2021 · 2 comments · Fixed by #15

Comments

@alycda
Copy link
Contributor

alycda commented Apr 22, 2021

ERROR: For req: gopro2gpx==0.1. Invalid script entry point: <ExportEntry gopro2gpx = gopro2gpx.__main__:None []> - A callable suffix is required. Cf https://packaging.python.org/specifications/entry-points/#use-for-scripts for more information.

Screen Shot 2021-04-22 at 10 43 51 AM

@bremers
Copy link

bremers commented Apr 26, 2021

This worked for me:

pip3 install --no-binary :all: gopro2gpx

Otherwise, downloading the repository and installing via setup.py

@Simske
Copy link
Contributor

Simske commented Apr 27, 2021

I have seen this issue before, I just submitted an PR (#15) to hopefully fix it. Until this is merged you can install directly from the PR with
pip install git+https://github.com/simske/gopro2gpx@fix_entrypoint

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

Successfully merging a pull request may close this issue.

3 participants