juanmcasillas / gopro2gpx

Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
GNU General Public License v3.0
181 stars 50 forks source link

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

Closed alycda closed 3 years ago

alycda commented 3 years ago

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 commented 3 years ago

This worked for me:

pip3 install --no-binary :all: gopro2gpx

Otherwise, downloading the repository and installing via setup.py

Simske commented 3 years ago

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