Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named topology_parser #1

Open
gz opened this issue Oct 26, 2019 · 0 comments
Open

ImportError: No module named topology_parser #1

gz opened this issue Oct 26, 2019 · 0 comments

Comments

@gz
Copy link

gz commented Oct 26, 2019

root@xxx:~/Simulator# apt-get install python-networkx python-pygraphviz libgv-python python-numpy python-pygraph python-matplotlib
root@xxx:~/Simulator# while [[ 1 ]]; do ./simulator.py --server; sleep 2; done
Traceback (most recent call last):
  File "./simulator.py", line 20, in <module>
    import simulation
  File "/root/Simulator/simulation.py", line 12, in <module>
    import hybrid
  File "/root/Simulator/hybrid.py", line 12, in <module>
    import simplemachine
  File "/root/Simulator/simplemachine.py", line 9, in <module>
    import model
  File "/root/Simulator/model.py", line 14, in <module>
    import topology_parser
ImportError: No module named topology_parser
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant