Answers for "building wheel for pycrypto (setup.py) ... error windows 7 python 3.7"

-2

python pycrypto install error

#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
Posted by: Guest on April-24-2021

Code answers related to "building wheel for pycrypto (setup.py) ... error windows 7 python 3.7"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language