Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command "wgs ksd" work error #84

Open
Athena010 opened this issue May 24, 2023 · 1 comment
Open

command "wgs ksd" work error #84

Athena010 opened this issue May 24, 2023 · 1 comment

Comments

@Athena010
Copy link

Athena010 commented May 24, 2023

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

@heche-psb
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants