📜  python pycrypto 安装错误 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:46.499000             🧑  作者: Mango

代码示例1
#on windows cmd :
pip uninstall pycrypto
pip install pycryptodome
#use PyCryptodome instead of pycrypto
#pycrypto is discontinued and is no longer actively supported
#PyCryptodome exposes almost the same API as pycrypto