pythonpycharmpycryptopycryptodome

PyCharm says No Module named Crypto


I keep getting an import error saying:

ModuleNotFoundError: No module named 'Crypto'

I have gone over various other answers about how to resolve this, but it does not mention how I can resolve the issue in PyCharm.

I originally tried to pip3 install pycrpyto in the Pycharm terminal, but it would not install. Then I hear about pycryptodome and was able to install it properly. However, when I type import Crypto , it keeps saying that the module was not found. How is this issue resolved in Pycharm.


Solution

  • Note: check if it is capital c or small c, the packages are case sensitive