Hi everyone,
I am working with BooleanNet1.2.7 in Ubuntu and I am trying to run some files, one of which is "all-initial-states.py". but I am facing problems. I have Python2.7 and I have installed all the other packages needed for such scripts. The problem is that when I run this file it shows an error message " networkx is missing".
I have installed networkx with <pip install networkx>. Then, when I write in terminal: "pip show networkx" it shows this message:
---
Metadata-Version: 1.1
Name: networkx
Version: 1.10
Summary: Python package for creating and manipulating graphs and networks
Home-page: http://networkx.github.io/
Author: NetworkX Developers
Author-email: networkx...@googlegroups.com
License: BSD
Location: /usr/local/lib/python2.7/dist-packages/networkx-1.10-py2.7.egg
Requires: decorator
--
Is this a networkx installation problem? I don't understand what does it mean "Requires: decorator". Does this mean that I should install other packages? I'll appreciate any help to resolve this problem.Thank you very much in advance!Iv'
--
You received this message because you are subscribed to the Google Groups "networkx-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to networkx-discu...@googlegroups.com.
To post to this group, send email to networkx...@googlegroups.com.
Visit this group at http://groups.google.com/group/networkx-discuss.
For more options, visit https://groups.google.com/d/optout.
That looks like a broken installation. How have you installed networkx? Can you reinstall it?