Error including AES in project(Crypto.Cipher)

Viewed 29

I'm trying to include AES from Crypto.Cipher in my project, I succeeded in doing so but it works only in Visual Studio(I'm using visual studio 2019). when I'm trying to run the file from CMD this error message comes up. I have already tried uninstalling and reinstalling the crypto and pycrypto modules. In addition I have tried to install the pycryptodome module but nothing seems to work All the installations were made by pip (Windows)

0 Answers
Related