-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Bug]: NumPy 2.0 #45
Comments
A quick update. Downgrading NumPy to version 1.25.0 resolved the issue. This seems to be the latest version supported by Python 3.9-3.11. |
I'm not sure this adds much but @frahimov's post helped me install I tried installing into this
I got this error:
Stipulating
Thanks @frahimov! Thanks also to you folks at the EBISPOT team for working on this tool and the harmoniser, beats having to roll your own. |
System information
No response
Description of the Issue
Hello, I installed gwas-sumstats-tools in a conda environment. But I get the following error message when I run gwas_ssf.
(gwas-sumstats-tools) rahimfx1@aurora:~> gwas-ssf --help
Traceback (most recent call last):
File "/homes/rahimfx1/mambaforge/envs/gwas-sumstats-tools/bin/gwas-ssf", line 5, in
from gwas_sumstats_tools.cli import app
File "/homes/rahimfx1/mambaforge/envs/gwas-sumstats-tools/lib/python3.10/site-packages/gwas_sumstats_tools/cli.py", line 8, in
from gwas_sumstats_tools.validate import validate
File "/homes/rahimfx1/mambaforge/envs/gwas-sumstats-tools/lib/python3.10/site-packages/gwas_sumstats_tools/validate.py", line 5, in
from pandera import errors
File "/homes/rahimfx1/mambaforge/envs/gwas-sumstats-tools/lib/python3.10/site-packages/pandera/init.py", line 34, in
from pandera.engines.pandas_engine import (
File "/homes/rahimfx1/mambaforge/envs/gwas-sumstats-tools/lib/python3.10/site-packages/pandera/engines/pandas_engine.py", line 693, in
np.string_,
File "/homes/rahimfx1/mambaforge/envs/gwas-sumstats-tools/lib/python3.10/site-packages/numpy/init.py", line 400, in getattr
raise AttributeError(
AttributeError:
np.string_
was removed in the NumPy 2.0 release. Usenp.bytes_
instead.Error Message
No response
Command used and terminal output
No response
First 10 Rows of the Input File
No response
Relevant files
No response
The text was updated successfully, but these errors were encountered: