安装虚拟环境的报错和解决

ERROR: Cannot uninstall 'filelock'. 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版本错误一些之类的,我这个错误是这样解决的。

 在命令中输入 pip3 install --ignore-installed filelock     这个是强行升级的

在这个解决后我还报错,不过再一次强行升级就好了

猜你喜欢

转载自blog.csdn.net/qq_62870237/article/details/122174794
今日推荐