报错 sys_platform == “win32“ (from mmcv) (from versions: none)
报错
ERROR: Could not find a version that satisfies the requirement regex; sys_platform == "win32" (from mmcv) (from versions: none)
ERROR: No matching distribution found for regex; sys_platform == "win32"
前置安装
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu111
安装命令
pip install mmcv==2.2.0 -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9/index.html
解决办法:
pip install pypiwin32 -i https://pypi.tuna.tsinghua.edu.cn/simple