Can't install networkx for python 3.4
问题 After 3 days of trying to install networkx for python 3.4, I am on the verge of giving up and I've decided to seek for help from some of you people who had some experience with this perhaps. I managed to install networkx with easy_install or pip_install (I don't even remember anymore of how many times I've tried to install it all), but when I try to compile the very first, most basic piece of code (found in a tutorial): import networkx as nx; Test = nx.Graph(); Test.add_node("Test"); nx.draw