简体   繁体   English

如何为python Windows安装igraph软件包

[英]how to install igraph package for python windows

I have downloaded the package and it is in whl file when I try to install it, i get this error 我已经下载了该软件包,尝试安装时它在whl文件中,出现此错误

C:\\Python34\\Scripts>pip install C:\\Users\\213546472\\Downloads\\python_igraph-0.7.1.post6-cp34-cp34m-win_amd64.whl python_igraph-0.7.1.post6-cp34-cp34m-win_amd64.whl is not a supported wheel on this platform. C:\\ Python34 \\ Scripts> pip安装C:\\ Users \\ 213546472 \\ Downloads \\ python_igraph-0.7.1.post6-cp34-cp34m-win_amd64.whl python_igraph-0.7.1.post6-cp34-cp34m-win_amd64.whl不是该平台上的支撑轮。 Storing debug log for failure in C:\\Users\\213546472\\pip\\pip.log 在C:\\ Users \\ 213546472 \\ pip \\ pip.log中存储故障调试日志

You're installing 64-bit wheel. 您正在安装64位Wheel。 Check that your Python is version 3.4 64 bit. 检查您的Python版本是3.4 64位。 If not — download a proper wheel (different Python version or 32 bit wheel). 如果不是,请下载正确的滚轮(不同的Python版本或32位滚轮)。

Use cmd: pip install python-igraph Otherwise, Try using a precompiled binary here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph 使用cmd:pip install python-igraph否则,请尝试在此处使用预编译的二进制文件: http : //www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph

Choose the proper version, use pip and type: 选择适当的版本,使用pip并输入:

python -m pip install path/to/igraph.whl Do not change the wheel name. python -m pip install path / to / igraph.whl不要更改轮子名称。 Make sure you have pip, wheel and setuptools installed. 确保您已安装了pip,wheel和setuptools。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM