编译安装mmcv-full时出错 RuntimeError: Error compiling objects for extension #2611
Unanswered
Markson-Young
asked this question in
Q&A
Replies: 1 comment
-
环境信息补充 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
操作环境:

Win10
torch=1.9.0+cu111
torchvision=0.10.0
mmcv-full=1.7.1
在依照官方教程,编译安装mmcv-full时。在使用 anaconda powershell prompt中使用python setup.py build_ext 命令时,报错,
RuntimeError: Error compiling objects for extension
在网上看到说是pytorch版本不匹配的问题,更改pytorch版本就好。
但是请问有没有更好的解决办法呢?
Beta Was this translation helpful? Give feedback.
All reactions