Kunal-Attri/Data-Security-using-Cryptography-and-Steganography

pycrypto not installing on Windows Systems in pip

Kunal-Attri opened this issue · 1 comments

Error seen:

warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
winrand.c

Resolved in #dd539d37b11a6edfe98ac97157feb4605ecc442d
Install pycryptodome instead of pycrypto. That resolved it.