You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue with the installation of netCDF4 (which is an indirect dependency via arviz), rather than exoplanet directly. I've also previously found that the pip binary wheel for mac is broken and fixed it by installing netCDF4 with conda (conda install -c conda-forge netcdf4), but there might be other ways to get an installation that works!
Describe the bug
Running
Trigger an
ImportError
with traceTo Reproduce
The only code run is
python3.9 -m venv exoplanets python3.9 -m pip install -U "exoplanet[extras]"
and then
Expected behavior
To import the package
Your setup (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: