解决PyCrypto2.6.1在WINDOWS安装出错的办法

PyCrypto 2.6.1 for a 64-bit Python 3.5 installation run:

pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win_amd64.whl pycrypto

on a 32-bit Python installation run:

pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win32.whl pycrypto

你可能感兴趣的:(解决PyCrypto2.6.1在WINDOWS安装出错的办法)