sffjunkie / astral

Python calculations for the position of the sun and moon.
Apache License 2.0
242 stars 47 forks source link

can't install v2.1 from pip. #54

Open ignalex opened 4 years ago

ignalex commented 4 years ago

sudo pip install astral==2.1

Could not find a version that satisfies the requirement astral==2.1 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.6.1, 0.6.2, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.8, 0.8.1, 0.8.2, 0.9, 1.0, 1.1, 1.2, 1.3, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.4, 1.5, 1.6, 1.6.1, 1.7, 1.7.1, 1.8, 1.9, 1.9.1, 1.9.2, 1.10, 1.10.1) No matching distribution found for astral==2.1

if installing without version, the 1.10 is installed and, as I understand, they are not compatible.

[raspberry pi 3, python 3.5]

Badger101 commented 4 years ago

Astral 2.1 is only compatible with python 3.6 and above. You will need to upgrade your version of python, and then use: pip3 install astral