Install python-igraph with the anaconda distribution (windows)
问题 I have problems to install python-igraph on the anaconda distribution of python. If I write pip install python-igraph (with the admin privileges) in the anaconda command, the installation doesn't work. 回答1: Check the documentation on their site: http://igraph.org/python/ It says that you need to download the .msi installer, pip does not work under windows. That is probably because you need a C compiler and windows does not supply one by default. 回答2: You can download a wheel installer from