|

楼主 |
发表于 2021-8-5 20:01:53
|
显示全部楼层
E:\>pip uninstall cffi
Uninstalling cffi-1.11.5:
Would remove:
c:\users\mate\anaconda3\lib\site-packages\_cffi_backend.cp37-win_amd64.pyd
c:\users\mate\anaconda3\lib\site-packages\cffi-1.11.5.dist-info\*
c:\users\mate\anaconda3\lib\site-packages\cffi\*
Proceed (y/n)? pip install cffi>=1.12
Your response ('pip install cffi>=1.12') was not one of the expected responses: y, n
Proceed (y/n)?
Your response ('') was not one of the expected responses: y, n
Proceed (y/n)?
E:\>pip install cffi>=1.12
cryptography 3.3.2 has requirement cffi>=1.12, but you'll have cffi 1.11.5 which is incompatible.
You are using pip version 10.0.1, however version 21.2.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command. |
|