Can't install networkx for python 3.4 -



Can't install networkx for python 3.4 -

after 3 days of trying install networkx python 3.4, on verge of giving , i've decided seek help of people had experience perhaps.

i managed install networkx easy_install or pip_install (i don't remember anymore of how many times i've tried install all), when seek compile first, basic piece of code (found in tutorial):

import networkx nx; test = nx.graph(); test.add_node("test"); nx.draw(test, node_size=900, node_color="blue");

i error: importerror: no module named 'numpy' when seek install numpy easy_install numpy starts download , installation process shows error: microsoft visual c++ 10 required

is referred mv c++ 1- redistributable? i've downloaded , tried install shouts out error have newer version of don't need it...

so questions be: 1.can networkx module installed python 3.4 @ all? 2.if so, need else besides networkx zip/installer , python 3.4 work? (i've literally found 4 sources claim different requirement info networkx!)

i appreciate help, sense lost , discouraged farther utilize of python.

you didn't operating scheme using referencing microsoft visual c++ i'm going windows. in case simplest way functioning scientific python computing environment install 1 of packaged distributions. 2 choices anaconda https://store.continuum.io/cshop/anaconda/ , enthought canopy https://www.enthought.com/products/canopy/

networkx works python3.4 https://travis-ci.org/networkx/networkx

python networkx

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -