I have a python version 3.6.7 installed in ubuntu 18 and I'm trying to run code that has 'import crypto' in it. whenever I run the code the following error occurs:
ModuleNotFoundError: No module named 'Crypto'
I've tried to install Crypto and Pcrypto and they are successfully installed but the above error still occurs.
Can you guys please help me, I'm googling this error for days and no solution?