PyCharm says No Module named Crypto

lionheart

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.

goutham m

Try this,

  • Go to settings-->project:project_name-->Project Interpreter
  • now you can see plus(+) symbol beside project,version,latest version (table), click on that
  • a new tab will appear,type the package you want to install and click on install package which is at the left bottom of that tab

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

Hope this will help you

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

ImportError: No module named 'Crypto'

Pycharm says No module named 'kivy' when I try to import it eventhough Kivy works on IDE

Heroku -- ImportError: No module named Crypto

ModuleNotFoundError: No module named 'Crypto' Error

Getting ModuleNotFoundError: No module named 'Crypto'

Django says - No module named 'blog'

isacalc says No module named 'src'

No module named 'pandas' in Pycharm

PyCharm "no module named sys"

Pycharm Error - No module named MySQLdb

No module named ... in PyCharm (import error)

ImportError: No module named 'selenium' in PyCharm

ImportError: No module named 'bottle' - PyCharm

PyCharm: ImportError no module named X?

ImportError: No module named Crypto.Cipher

Firebase import module fails with ModuleNotFoundError: No module named 'Crypto'

No module named 'backend.settings' debug pycharm

No module named .. while running Django tests with PyCharm

Scrapy with Pycharm "ImportError: No module named settings"

PyCharm throws Error "No module named pymongo"

Python ImportError No module named crypto.PublicKey.RSA

Python shell says no module named usb but linux shell doesn't

After installing Django with poetry it says "No module named django" in active venv

My python program says "no module named 'pygame_functions'

Python - "No module named my_module" in terminal, but not in PyCharm

ModuleNotFoundError: No module named 'requests' even after pip installed requests in Pycharm

Cannot import pandas through PyCharm:ModuleNotFoundError: No module named 'pandas'

Python gives ImportError: No module named sqlalchemy.util._collections in pycharm

django celery unit tests with pycharm 'No module named celery'