why does it say i need Crypto even though i have it python code example
Example: from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'
>> pip install pycryptodome
from Crypto.Cipher import AES #Works
>> pip install pycryptodome
from Crypto.Cipher import AES #Works