Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to fix Crypto.Cipher could not be resolved in python

pip install pycrypto

"""
if that doesnt work try downloading C++ Build tools from microsoft THEN run pip

DISCLAIMER: I do not know if this will work on any other code writing software's but it works for Visual Studio Code.

"""

1. https://visualstudio.microsoft.com/visual-cpp-build-tools/
2. pip install pycrypto
 
PREVIOUS NEXT
Tagged: #fix #resolved #python
ADD COMMENT
Topic
Name
3+2 =