pypivirtualenv95% confidence\u2191 213

ImportError: No module named Crypto.Cipher

Full error message
When I try to run app.py (Python 3.3, PyCrypto 2.6) my virtualenv keeps returning the error listed above. My import statement is just from Crypto.Cipher import AES. I looked for duplicates and you might say that there are some, but I tried the solutions (although most are not even solutions) and nothing worked.

You can see what the files are like for PyCrypto below:

I had the same problem (though on Linux). The solution was quite simple - add: libraries: - name: pycrypto version: "2.6" to my app.yaml file. Since this worked correctly in the past, I assume this is a new requirement.

API access

Get this solution programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/error/e1336f309711d785970e9bceaa5bf240f7d6b13addee64e47a47144d657303e3
hash \u00b7 e1336f309711d785970e9bceaa5bf240f7d6b13addee64e47a47144d657303e3
ImportError: No module named Crypto.Cipher — DepScope fix | DepScope