-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
**KAGGLE** --- mmagic error - undefined symbol: _ZN3c105ErrorC2ENS_14SourceLocationESs #2904
Comments
hi @MasterHM-ml , it seems that mmcv was not successfully installed. Can you reinstall mmcv again and check whether it is installed successfully? You may refer https://mmcv.readthedocs.io/en/latest/get_started/installation.html# to install mmcv |
Hello, @zengyh1900 - thanks for the update. But I installed the mmcv according to the official documentation guidelines. Here is the gist to see a complete detailed stack trace. |
hi @zhouzaida I think the error comes from https://gist.github.com/MasterHM-ml/619dee045ce44c5184cd93cb833328b1#file-gistfile1-txt-L1120 , where the codes try to import ops from mmcv. Is it caused by installing the wrong version of |
Any update? |
I am also facing the same issue! |
For those who are still struggling to install and use mmcv. |
Originally posted by @uniyushu in #2660 (comment)
I'm using
mmcv=2.0.1
, and still facing the same issue. I installedmmcv
viamim
. Here is how I installed it on KaggleNo error in installation.
But, I'm getting the error when calling
!python3 tools/train.py "configs/edsr/edsr_x2c64b16_1xb16-300k_UCMerced.py" --auto-scale-lr
Here is the stack trace cutted from last calls
after printing logs, it first shows some warnings
and then an error
Any solution to the problem or clue to debug will be highly helpful and appreciated. Thank you.
Same code works fine in Colab.
The text was updated successfully, but these errors were encountered: