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

error loading pytorch #4

Closed
yanbosmu opened this issue Apr 11, 2024 · 3 comments
Closed

error loading pytorch #4

yanbosmu opened this issue Apr 11, 2024 · 3 comments

Comments

@yanbosmu
Copy link

I installed your software successfully.
but when I use python generate_scaffolds.py, the error occurred.

Traceback (most recent call last):
File "/home/yanbosmu/Bioinfo/diffusion-hopping-main/generate_scaffolds.py", line 4, in
import torch
File "/home/yanbosmu/mambaforge/envs/diffusion_hopping/lib/python3.10/site-packages/torch/init.py", line 218, in
from torch._C import * # noqa: F403
ImportError: /home/yanbosmu/mambaforge/envs/diffusion_hopping/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent

seems like import torch failed?
THANK YOU!

@yanbosmu
Copy link
Author

Is that something about I used mamba forge?

@jostorge
Copy link
Owner

Hi, I think this might be related to pytorch/pytorch#123097 and is not a problem with this project specifically?

@architvasan
Copy link

Yah, I had the same problem but when I followed the link posted by jostorge, this suggestion: Please downgrade MKL <= 2024.0, or do not specify MKL version. solved the problem for me

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

3 participants