Hi. I am trying to run this line in python.
from Crypto.Cipher import AES
But I am getting this error
ModuleNotFoundError: No module named 'Crypto'
I tried installing the module using
pip install crypto
It was successful but when I ran the code, I still get the same error