Hi, > I am trying to install igraph for Python 3.4. The highest version of the > installers on the package index is 2.7. > > How can I install for 3.4? If you are running Windows, you can find unofficial binaries here:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph If you are running Mac OS X or Linux, you'll have to download the source code and run "python setup.py install". You will need at least a working C compiler of course. All the best, -- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
