bagaimana memperbaiki crypto.cipher tidak bisa diselesaikan dalam 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
FearDisabled