heliophysicsPy / pyhc-docker-environment

Pipeline to generate and dockerize Python environments containing all published PyHC packages
1 stars 0 forks source link

pysatCDF installation failing #6

Open sapols opened 7 months ago

sapols commented 7 months ago

It's failing to install because of obscure C errors deep within the installation code. I can't make sense of it.

Detailed error output from the script is here: https://github.com/heliophysicsPy/pyhc-docker-environment/actions/runs/8543234561/job/23406594679

It failed for the first time last week in this run: https://github.com/heliophysicsPy/pyhc-docker-environment/actions/runs/8463666834

sapols commented 7 months ago

In this run, rather than install manually via GitHub, I tried via pip with pip install numpy==1.24.3 pysatCDF. Yet it failed with ModuleNotFoundError: No module named 'numpy'...

sapols commented 7 months ago

pysatCDF has been removed from the environment, for now.

sapols commented 5 months ago

When we add it back, should we also add other pysat packages (e.g. pysatNASA, pysatMadrigal, etc.)?