from Crypto.Cipher import AES Error [How to Solve]

When using AES under windows, python needs to install pycryptodome module

pip install pycryptodome 

When using AES under Linux, python needs to install pycrypto module

pip install pycrypto 

Read More: