cyberjunky / python-garminconnect

Python 3 API wrapper for Garmin Connect to get activity statistics
MIT License
963 stars 149 forks source link

pip or pip3 install garminconnect errors #223

Closed danielprosser1 closed 2 months ago

danielprosser1 commented 2 months ago

ERROR: garminconnect from https://files.pythonhosted.org/packages/90/0d/f09b135a5de0599e2911f42068532ff7191e9d9cc1423956ed43d7bfb21a/garminconnect-0.2.1.tar.gz does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

Couldn't find anyone else having this issue but I've repeated the error on multiple machines during pip install.

cyberjunky commented 2 months ago

@danielprosser1 Could be an invalid version, I once committed one, perhaps I should revoke it, but 0.2.1 is already one year old, try installing 'pip3 install garminconnect==0.2.19'

danielprosser1 commented 2 months ago

thank you - it was indeed a versioning issue!