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
When trying to install the clim-recal following the instructions on the page, the install is shown successful, however, when running the command clim-recal --help, it will prompt an import error related to version of package numpy, saying need the version numpy to be <=2.00. After manually downgrading numpy to 1.26.0, it would throw a new error about ImportError: cannot import name 'asarray' from 'numpy._core' (/opt/homebrew/anaconda3/envs/clim-recal/lib/python3.12/site-packages/numpy/_core/__init__.py)
P.S., everything works fine when testing from numpy import asarray in the python environment clim-recal.
The text was updated successfully, but these errors were encountered:
When trying to install the
clim-recal
following the instructions on the page, the install is shown successful, however, when running the commandclim-recal --help
, it will prompt an import error related to version of packagenumpy
, saying need the versionnumpy
to be <=2.00. After manually downgradingnumpy
to 1.26.0, it would throw a new error aboutImportError: cannot import name 'asarray' from 'numpy._core' (/opt/homebrew/anaconda3/envs/clim-recal/lib/python3.12/site-packages/numpy/_core/__init__.py)
P.S., everything works fine when testing
from numpy import asarray
in the python environmentclim-recal
.The text was updated successfully, but these errors were encountered: