Peter42
(Peter)
1
Trying to install sun-angles using the command pip install sun-angles from https://pypi.org/project/sun-angles/
I am getting the following error,
ERROR: Could not find a version that satisfies the requirement sun-angles (from versions: none) ERROR: No matching distribution found for sun-angles
Any ideal as to what I’m doing wrong?
What version of python are you using? It looks like sun-angles requires python >= 3.10.
Peter42
(Peter)
3
I am running version Python 3.9.11, do I need to update it?
Yes, you will need 3.10 or higher to use that package.
tjreedy
(Terry Jan Reedy)
5
Apparently, if you want to use sun-angles. 3.9 is nearly 6 years old and not getting security fixes.
Peter42
(Peter)
6
Thank you both, I will update the version I have.
Peter42
(Peter)
7
I have installed the latest version and it is now working, thank you for your help.