matin / garth

Garmin SSO auth + Connect Python client
MIT License
274 stars 20 forks source link

Garth doesn't work on Python 3.7 #34

Closed pavlinux closed 10 months ago

pavlinux commented 10 months ago
# python -m pip install garth
Collecting garth
  Could not find a version that satisfies the requirement garth (from versions: )
No matching distribution found for garth
matin commented 10 months ago

what version of python are you running?

pavlinux commented 10 months ago

what version of python are you running?

Python 3.7.3 or Python 2.7.16

Debian 10.13

matin commented 10 months ago

Garth has a min version requirement of 3.8. Are you able to upgrade?

pavlinux commented 10 months ago

Garth has a min version requirement of 3.8. Are you able to upgrade?

I can, but I won't. Not critical. ;)

matin commented 10 months ago

Fair enough. In the meantime, you should check out Google Colab or similar hosted Notebooks if you want to experiment with Garth

pavlinux commented 10 months ago

Fair enough. In the meantime, you should check out Google Colab or similar hosted Notebooks if you want to experiment with Garth

Garth used in https://github.com/pe-st/garmin-connect-export

matin commented 10 months ago

Looks like the README for garmin-connect-export states Python 3.8 is the min supported version