DeepFoldRNA installation Errors
Posted: Fri Dec 05, 2025 6:37 pm
Hi,
I downloaded DeepFoldRNA from https://github.com/robpearc/DeepFoldRNA and tried to install all dependencies.
I am facing error at SPOT-RNA-1D installation (Numpy version conflict). Even though SPOT-RNA-1D installation was incomplete, I tried to test runDeepFoldRNA.py, but it also crashed with PyTorch issues.
Could you please suggest if there is new version or updated set of packages for DeepFoldRNA?
Best,
Mandar
I downloaded DeepFoldRNA from https://github.com/robpearc/DeepFoldRNA and tried to install all dependencies.
I am facing error at SPOT-RNA-1D installation (Numpy version conflict). Even though SPOT-RNA-1D installation was incomplete, I tried to test runDeepFoldRNA.py, but it also crashed with PyTorch issues.
Code: Select all
File "runDeepFoldRNA.py", line 7, in <module>
import torch
File "/miniforge3/envs/deepfoldrna/lib/python3.7/site-packages/torch/__init__.py", line 197, in <module>
from torch._C import * # noqa: F403
ImportError: /miniforge3/envs/deepfoldrna/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEventBest,
Mandar