Hi,
I installed LDpred throught pip.
$pip install ldpred
Now, when I try to run ldprd, I get an error:
$ldpred
Traceback (most recent call last): File "./.local/bin/ldpred", line 6, in <module> from ldpred.run import main File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/ldpred/run.py", line 11, in <module> from ldpred import coord_genotypes File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/ldpred/coord_genotypes.py", line 9, in <module> from ldpred import plinkfiles File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/ldpred/plinkfiles.py", line 7, in <module> from plinkio import plinkfile File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/plinkio/plinkfile.py", line 1, in <module> from . import cplinkio ImportError: /storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/plinkio/cplinkio.cpython-37m-x86_64-linux-gnu.so: undefined symbol: __intel_sse2_strncmp
Could you help explain the error, so I can use ldpred?
Hi,
I installed LDpred throught pip.
$pip install ldpredNow, when I try to run ldprd, I get an error:
$ldpredTraceback (most recent call last): File "./.local/bin/ldpred", line 6, in <module> from ldpred.run import main File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/ldpred/run.py", line 11, in <module> from ldpred import coord_genotypes File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/ldpred/coord_genotypes.py", line 9, in <module> from ldpred import plinkfiles File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/ldpred/plinkfiles.py", line 7, in <module> from plinkio import plinkfile File "/storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/plinkio/plinkfile.py", line 1, in <module> from . import cplinkio ImportError: /storage/home/hcoda1/7/mahmad42/.local/lib/python3.7/site-packages/plinkio/cplinkio.cpython-37m-x86_64-linux-gnu.so: undefined symbol: __intel_sse2_strncmpCould you help explain the error, so I can use ldpred?