MicrobialDarkMatter / GraphMB

MIT License
35 stars 6 forks source link

error after installing #12

Closed jianshu93 closed 2 years ago

jianshu93 commented 2 years ago

Dear GraphMB team,

I followed both pip install and conda install guidance but when type grapheme -h, I always have the following error:

Traceback (most recent call last): File "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/miniconda3/envs/graphmb/bin/graphmb", line 5, in from graphmb.main import main File "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/miniconda3/envs/graphmb/lib/python3.7/site-packages/graphmb/init.py", line 5, in from . import contigsdataset File "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/miniconda3/envs/graphmb/lib/python3.7/site-packages/graphmb/contigsdataset.py", line 11, in from graphmb.graph_functions import read_reads_mapping_sam, count_kmers, get_kmer_to_id File "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/miniconda3/envs/graphmb/lib/python3.7/site-packages/graphmb/graph_functions.py", line 11, in from vamb.cluster import cluster as vamb_cluster File "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/miniconda3/envs/graphmb/lib/python3.7/site-packages/vamb/init.py", line 31, in from . import vambtools File "/storage/home/hcoda1/4/jzhao399/p-ktk3-0/miniconda3/envs/graphmb/lib/python3.7/site-packages/vamb/vambtools.py", line 8, in from vamb._vambtools import _kmercounts, _overwrite_matrix ImportError: /storage/home/hcoda1/4/jzhao399/p-ktk3-0/miniconda3/envs/graphmb/lib/python3.7/site-packages/vamb/_vambtools.cpython-37m-x86_64-linux-gnu.so: undefined symbol: __intel_cpu_feature_indicator

What could be the reason?

THanks,

Jianshu

AndreLamurias commented 2 years ago

Hi Jianshu, thanks for the interest! a quick google led me to this answer: https://github.com/RasmussenLab/vamb/issues/93#issuecomment-954766663 Have you tried that? Otherwise can you try the docker image? Can you run VAMB by itself on your machine?