How to install igraph for python on windows

蹲街弑〆低调 提交于 2019-12-04 22:15:00

问题


I have tried to install Igraph for python but of no avail I followed the procedure given on http://igraph.org/python/doc/tutorial/install.html

I even tried Pycairo procedure given at the end of the site

But igraph is not working either on Enthought Canopy or Anaconda

Please help


回答1:


Try using a precompiled binary here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph

Choose the proper version, use pip and type:

python -m pip install path/to/igraph.whl

Do not change the wheel name. Make sure you have pip, wheel and setuptools installed.



来源:https://stackoverflow.com/questions/34113151/how-to-install-igraph-for-python-on-windows

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