[Errno 95] Operation not supported #8729
-
Thanks for your error report and we appreciate it a lot. Checklist
Describe the bug
Checking the issues, I find that I have to set
I don't understand what am I doing wrong.
Environment
Error traceback
Bug fix |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Well it seems that I cannot use symlink twice, and as I was using it earlier in the script, the second time usage gave an error. I found a workaround to avoid the usage in the first instance which led to error-free running. |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting and we will check it. |
Beta Was this translation helpful? Give feedback.
-
how did you solve the problem? I have the same in colab |
Beta Was this translation helpful? Give feedback.
-
I found a solution to the problem. there it says: replace with create_symlink = False. strange that no one has yet answered this question. / usr / ... /mmcv/runner/epoch_based_runner.py |
Beta Was this translation helpful? Give feedback.
I found a solution to the problem. there it says: replace with create_symlink = False. strange that no one has yet answered this question. / usr / ... /mmcv/runner/epoch_based_runner.py
works in colab