kaistsystemsbiology / DeepProZyme

DeepECtransformer
20 stars 2 forks source link

ibtorch_python.so: undefined symbol: PyThread_tss_create #5

Open lzbsjtu opened 8 months ago

lzbsjtu commented 8 months ago

(deepectransformer) python run_deepectransformer.py -i ./example/mdh_ecoli.fa -o ./example/results -g cuda:3 -b 128 -cpu 2 Traceback (most recent call last): File "run_deepectransformer.py", line 6, in import torch File "/public/home/zhoubingxin/miniconda3/envs/deepectransformer/lib/python3.6/site-packages/torch/init.py", line 190, in from torch._C import * ImportError: /usr/local/lib/python3.8/dist-packages/torch/lib/libtorch_python.so: undefined symbol: PyThread_tss_create

Could you help me to solve this problem?