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

[Bug] Current installing process filed with JIT missing error #1900

Open
HelloWorldLTY opened this issue Jun 3, 2024 · 0 comments
Open

[Bug] Current installing process filed with JIT missing error #1900

HelloWorldLTY opened this issue Jun 3, 2024 · 0 comments

Comments

@HelloWorldLTY
Copy link

Branch

main branch (mmpretrain version)

Describe the bug

Hi, I found that in the installing step:

mim install -e .

I met one error known as

  File "/home/liut61/miniforge3/envs/open-mmlab/lib/python3.8/site-packages/torch/__init__.py", line 197, in <module>
    from torch._C import *  # noqa: F403
ImportError: /home/liut61/miniforge3/envs/open-mmlab/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent

This error can be addressed by:

conda install mkl==2024.0

Environment

Same as the recommended environment

Other information

Maybe it will be good to add this dependency in the conda install process.

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

1 participant