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

Problem running mity - undefined symbol __intel_sse2_strcpy #32

Open
rkabiljo opened this issue Nov 9, 2023 · 1 comment
Open

Problem running mity - undefined symbol __intel_sse2_strcpy #32

rkabiljo opened this issue Nov 9, 2023 · 1 comment

Comments

@rkabiljo
Copy link

rkabiljo commented Nov 9, 2023

Hello,

I have installed mitt with pip3, python 3.7.4. The installation went fine, but it does not run:

$ mity --h
Traceback (most recent call last):
File "/home/skgtrk2/miniconda3/envs/py374/bin/mity", line 12, in
from mitylib import commands
File "/home/skgtrk2/miniconda3/envs/py374/lib/python3.7/site-packages/mitylib/init.py", line 2, in
from .commands import *
File "/home/skgtrk2/miniconda3/envs/py374/lib/python3.7/site-packages/mitylib/commands.py", line 13, in
from . import (call, normalise, report, merge)
File "/home/skgtrk2/miniconda3/envs/py374/lib/python3.7/site-packages/mitylib/call.py", line 6, in
from .util import tabix, check_missing_file, create_prefix, bam_get_mt_contig, bam_has_RG
File "/home/skgtrk2/miniconda3/envs/py374/lib/python3.7/site-packages/mitylib/util.py", line 8, in
import pysam
File "/home/skgtrk2/miniconda3/envs/py374/lib/python3.7/site-packages/pysam/init.py", line 4, in
from pysam.libchtslib import *
ImportError: /home/skgtrk2/miniconda3/envs/py374/lib/python3.7/site-packages/pysam/libchtslib.cpython-37m-x86_64-linux-gnu.so: undefined symbol: __intel_sse2_strcpy

Have you seen this before?
Thank you

@drmjc
Copy link
Member

drmjc commented Nov 12, 2023 via email

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