ERROR: Cannot uninstall cffi 1.11.5, RECORD file not found解决方式

安装txt里的依赖期间报错:

apt-get install $(cat deb_buster_requirements.txt)

具体的报错如下:

ERROR: Cannot uninstall cffi 1.11.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps cffi==1.11.5'.

执行提示里的强制安装还是报一样的错。

解决方式:

pip install --ignore-installed cffi -i https://mirrors.aliyun.com/pypi/simple/

猜你喜欢

转载自blog.csdn.net/cocos2dGirl/article/details/119171719