Not able to install python module pycrypto [closed]

蹲街弑〆低调 提交于 2019-12-11 21:31:21

问题


I am trying to use a python module for using Mega and it requires me to have pycrypto installed. I tried using both pip and easy_install to install it but I have had no luck. With pip I am getting an error like this post. I followed the link from the answer in that post, but I really have no idea where to go from there. I am using Windows 7.


回答1:


Pycripto is C-based extension. You can compile PyCrypto on Windows, here is a step-by-step guide.

Alternatively, you can install compiled binaries. Here is extensive source of compiled python packages for Windows: Unofficial Windows Binaries for Python Extension Packages



来源:https://stackoverflow.com/questions/19884014/not-able-to-install-python-module-pycrypto

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!