Cannot uninstall ‘imageio‘解决方案

it2023-11-19  80

升级安装imageio报错 Cannot uninstall ‘imageio’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决方法:

pip install -U scikit-image --ignore-installed imageio -i https://mirrors.aliyun.com/pypi/simple/
最新回复(0)