arturoleon / warp-wallet-python

Implementation of WarpWallet in python.
MIT License
6 stars 5 forks source link

ImportError: No module named Crypto.Protocol.KDF #2

Closed junkyarddog99 closed 7 years ago

junkyarddog99 commented 7 years ago

I don't know if there's just a typo in the code or another thing that needs to be installed, but that's the message I get when trying to run the code. I ran requirements again and it said I had all the needed stuff installed.

arturoleon commented 7 years ago

The package is listed in the requirements.txt file; it should be installed once you run pip install -r requirements.txt. Make sure that your python version is supported https://pypi.python.org/pypi/pycrypto