I am getting an error for the following import statement:
from Crypto.PublicKey import RSA
I keep on getting the error:
no module named crypto.PublicKey.
I have already installed pip3 and used it to install the following programs: POS Packages:
jsonpickle
json5
Flask
Flask-Classful
p2pnetwork
requests
pycryptodome
pycrypto*
*pycrypto (installed after pycryptodome didn't work)
Is there anything I am missing or doing wrong?