SpatioTemporal / pystare

The Python interface for the SpatioTemporal Adaptive Resolution Encoding (STARE), a unified indexing for geolocated data.
https://pystare.readthedocs.io/en/latest/
12 stars 2 forks source link

pip install fails #123

Closed michaelleerilee closed 1 year ago

michaelleerilee commented 1 year ago

pip install pystare ERROR: Could not find a version that satisfies the requirement pystare (from versions: none) ERROR: No matching distribution found for pystare

michaelleerilee commented 1 year ago

I've found that PyPi does not have a pystare for Python 3.11. So I made pystare-dev-2 environment, which specifies python==3.10 in dependencies. That allows me to get to the next step and pip install pystare.