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

undefined symbol: iJIT_NotifyEvent when running test #3

Closed
Evert-Homan opened this issue Apr 23, 2024 · 2 comments
Closed

undefined symbol: iJIT_NotifyEvent when running test #3

Evert-Homan opened this issue Apr 23, 2024 · 2 comments

Comments

@Evert-Homan
Copy link

Hi,

I followed the installation instructions, and then get the following error when running the test script:

python test_pyg.py Traceback (most recent call last): File "test_pyg.py", line 5, in <module> import torch File "/home/evehom/miniconda3/envs/dragonfly_gen/lib/python3.8/site-packages/torch/__init__.py", line 218, in <module> from torch._C import * # noqa: F403 ImportError: /home/evehom/miniconda3/envs/dragonfly_gen/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent

It seems that Dragonfly does not need GPU support, is this correct?

Please advise on how to proceed.

Thanks/Evert

@viv3kanand
Copy link

viv3kanand commented May 15, 2024

Add mkl=2024.0 to the environment.yml file. It solves the issue

Check https://github.com/pytorch/pytorch/issues/123097 for details

@Evert-Homan
Copy link
Author

Evert-Homan commented May 16, 2024

python test_pyg.py
torch_geometric.__version__: 2.3.0
torch.__version__: 1.13.1
rdkit.__version__: 2022.09.5

Thank you!

BW/Evert

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