solo-spice / sospice

Python data analysis tools for the SPICE extreme-UV spectrometer on Solar Orbiter
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Problem importing sunpy_soar #52

Open TheCluelessSpectroscopist opened 3 months ago

TheCluelessSpectroscopist commented 3 months ago

I got the plot_fovs_with_background to work a couple of times but then out of the blue I got the error UserWarning: could not determine sunpy_soar package version; this indicates a broken installation And now I get this error every time I simply do from sospice import Catalog, plot_fovs_with_background

I uninstalled the sunpy_soar package en re-installed it, it did not help. I created a new conda environment, re-installed sospice and I got the same error again. I don't know if this is a problem with the requirements file, or with the sunpy_soar.

ebuchlin commented 3 months ago

Same here:

When installing sunpy_soar without sospice, the warning does not appear. Strange...

The warning can be ignored, but it would be better to understand why it appears.