jzuhone / pyxsim

Simulating X-ray observations from astrophysical sources.
http://hea-www.cfa.harvard.edu/~jzuhone/pyxsim
Other
20 stars 8 forks source link

Installation issues due to incorrect version of dependancy #42

Closed DavidT3 closed 1 year ago

DavidT3 commented 2 years ago

I haven't used pyXSIM in quite a while, so did a clean installation, and if you install the module on a clean conda environment using the conda release the module is unusable due to a failure on import.

This failure occurs because the unyt module is not installed, which in turn happens because pyXSIM requires YT > v4.0 and the conda installation allows it to install v3.6 of YT.

jzuhone commented 1 year ago

@DavidT3 I think that this is fixed in the latest version, but let me know if not.

jzuhone commented 1 year ago

Closing, please let me know if it needs re-opening.