You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python a.py
/home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages/d3py-0.2.3-py2.7.egg/d3py/figure.py:19: UserWarning: Module argparse was already imported from /home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/argparse.pyc, but /home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages is being added to sys.path
from pkg_resources import resource_string
Traceback (most recent call last):
File "a.py", line 1, in
import d3py
File "/home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages/d3py-0.2.3-py2.7.egg/d3py/init.py", line 2, in
from networkx_figure import *
File "/home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages/d3py-0.2.3-py2.7.egg/d3py/networkx_figure.py", line 3, in
from networkx.readwrite import json_graph
ImportError: No module named networkx.readwrite
The text was updated successfully, but these errors were encountered:
$ python a.py
/home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages/d3py-0.2.3-py2.7.egg/d3py/figure.py:19: UserWarning: Module argparse was already imported from /home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/argparse.pyc, but /home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages is being added to sys.path
from pkg_resources import resource_string
Traceback (most recent call last):
File "a.py", line 1, in
import d3py
File "/home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages/d3py-0.2.3-py2.7.egg/d3py/init.py", line 2, in
from networkx_figure import *
File "/home/ning/.pythonbrew/pythons/Python-2.7.3/lib/python2.7/site-packages/d3py-0.2.3-py2.7.egg/d3py/networkx_figure.py", line 3, in
from networkx.readwrite import json_graph
ImportError: No module named networkx.readwrite
The text was updated successfully, but these errors were encountered: