MillionConcepts / pdr

[P]lanetary [D]ata [R]eader - A single function to read all Planetary Data System (PDS) data into Python
Other
60 stars 6 forks source link

Minimum version of Python required is higher than indicated #29

Closed wkiri closed 2 years ago

wkiri commented 2 years ago

The README for pdr specifies that the minimum Python version required is 3.8, but the package depends on dustgoggles which seems to require a higher version. I got this error when attempting to install pdr:

ERROR: Package 'dustgoggles' requires a different Python: 3.8.9 not in '>=3.9'

m-stclair commented 2 years ago

That line in the README is out of date. We will correct this when merging our development branch in the next day or two. Thank you for drawing our attention to this!

Sierra-MC commented 2 years ago

Hi Kiri, the new version (0.6.0) has now been merged and pushed. It has been updated to show python version 3.9 is necessary. It also is better in a number of other ways such as expanding support to more datasets, handling label metadata in a more efficient way, and having default lazy loading (decreasing time for initialization and allowing more efficient memory/computation resource usage). We'd love your feedback!