hedgertronic / oura-ring

Tools for acquiring and analyzing Oura API data.
MIT License
25 stars 6 forks source link

Python Versioning Install Error #1

Open emarde opened 1 year ago

emarde commented 1 year ago

I have Python 3.7 installed, but when I go to pip install oura-ring, I receive the error:

ERROR: Could not find a version that satisfies the requirement oura-ring (from versions: none) ERROR: No matching distribution found for oura-ring

I also tried installing via zip, but the following error came:

ERROR: Package 'oura-ring' requires a different Python: 3.7.12 not in '<4.0,>=3.10' Note: you may need to restart the kernel to use updated packages.

Can you please let me know what I can do to fix this?

kalifg commented 8 months ago

This library requires Python 3.10 or newer, is there any reason you can't upgrade to 3.10?