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

./ldsc.py -h Illegal instruction (core dumped) #423

Open
xiaomu125 opened this issue Mar 14, 2024 · 1 comment
Open

./ldsc.py -h Illegal instruction (core dumped) #423

xiaomu125 opened this issue Mar 14, 2024 · 1 comment

Comments

@xiaomu125
Copy link

Something is wrong after I install the ldsc
截屏2024-03-15 01 48 44
Then, I check the ldsc wether have installed properly,
There have something.wrong as bellow:
./ldsc.py -h
Illegal instruction (core dumped)
截屏2024-03-15 01 48 59

@sof202
Copy link

sof202 commented Apr 3, 2024

Illegal instruction (core dumped) usually occurs when you run a machine instruction that isn't recognised by your machine's architecture.

It is not a python/ldsc specific error message. I don't specifically know what package is causing this issue for you, it could for example be pybedtools or numpy (that have system dependencies).

  • What architecture are you running on here?
  • Can you use each of the packages in the conda environment independently of ldsc?

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