I am having an error in my Python code, basically I need to import the package Crypto and I have tried to download it, it says that the package crypto has been installed then keeps showing the same error. I have tried to rename the package from crypto to Crypto but it shows again the same error. Can you please help me how to solve this error or is there any alternative package. Thank you
I tried to import DES and RSA from the cryto library but I can not properly download the package Crypto.
edit: I tried to install from the terminal: pip install Crypto also directly proposed by intelliJ, the code that i'm trying is
from Crypto.Cipher import DES
from Crypto.PublicKey import RSA