PYTHON收藏

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

2016-12-24  本文已影响261人  ZhouLang

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

上一篇下一篇

猜你喜欢

热点阅读