Error reporting when installing pycrypto with PIP3 under Windows:
Cause of problem:
Pycrypto, pycryptodome and crypto are one thing. Crypto is named pycrypto on python. It is a third-party library, but it has stopped updating for three years, so it is not recommended to install this library
as like as two peas, pycryptodome came in at the time. It is an extension of pycrypto, which is exactly the same as pycrypto. p>
Solution:
Step 1:
pip3 install pycryptodome
Step 2:
There is a problem importing the module when using it. At this time, you can perfectly solve this problem by modifying the name of a folder,
Python \ Python 36 \ lib \ site packages, find this path. There is a folder called crypto below. Change lowercase C to uppercase C
Similar Posts:
- No module named Crypto.Cipher [How to Solve]
- Pycharm cannot import the third-party library no module named urllib3
- Error: failed building wheel for pycrypto (pycrypto installation in Python 3.6 environment under win)
- Error in python2.7 installation of pycrypto Library [How to Solve]
- Import pandas encountered no module named pandas in pychar
- Mac version PIP install — upgrade PIP update version error
- Ubuntu Error: No module named ‘apt_pkg’ (Step-by-Step Tutorial)
- [Solved] Runtime Warning: Font Glyph 20108 is missing. Font.set Fu text (s,0.0,flags=flags), RuntimeWarningGlyph20108missingfromcurrentfontfontsettexts00flagsflags
- [Solved] Python 3.9 Start Ride error: Attributeerror: ‘MenuItem’ object has no attribute ‘getlabel’
- [salt.master :2195][ERROR ][6219] Failed to allocate a jid. The requested returner …