Open emarde opened 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?
This library requires Python 3.10 or newer, is there any reason you can't upgrade to 3.10?
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?