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
Hello!
After I installed the wgd software, running the command "wgs ksd" will report an error "
from numpy import double, empty, array, ndarray, var, cov, dot, bool,
ImportError: cannot import name 'bool' from 'numpy' (/./01.Software/Miniconda/envs/wgd/lib/python3.10/site-packages/numpy/init.py)
"
what should I do. As far as I know the numpy needed to install wgd is required "numpy>=1.20" right?
thank you
The text was updated successfully, but these errors were encountered:
Hi, 1.19.0 is the minimum, which I would suggest trying because my test is mainly based on python3.6-3.9 and numpy==1.19.0. Higher version of python and numpy (other dependent packages as well) might induce unexpected function importing issue as you showed.
Hello!
After I installed the wgd software, running the command "wgs ksd" will report an error "
from numpy import double, empty, array, ndarray, var, cov, dot, bool,
ImportError: cannot import name 'bool' from 'numpy' (/./01.Software/Miniconda/envs/wgd/lib/python3.10/site-packages/numpy/init.py)
"
what should I do. As far as I know the numpy needed to install wgd is required "numpy>=1.20" right?
thank you
The text was updated successfully, but these errors were encountered: