美文网首页PYTHON收藏
解决PyCrypto2.6.1在WINDOWS安装出错的办法

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

作者: ZhouLang | 来源:发表于2016-12-24 20:30 被阅读261次

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

相关文章

网友评论

  • b5826635d777:报错了啊Could not find a version that satisfies the requirement pycrypto (from versions: )
    No matching distribution found for pycrypto

本文标题:解决PyCrypto2.6.1在WINDOWS安装出错的办法

本文链接:https://www.haomeiwen.com/subject/vchrvttx.html