-
Notifications
You must be signed in to change notification settings - Fork 166
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
No visualization support (cannot import name core) #93
Comments
I have the same question too! Hope someone can give a help! |
It seems that there are problems in current version of ns-3-dev. in line 51 of ns-3-dev/src/visualizer/visualizer/core.py in line 2 of ns-3-dev/src/visualizer/visualizer/hud.py They import each other, which causes infinite loops. You need to build the former version which does not apply the latest commit.
Then probably no errors will be reported. |
@jo4965 However, I found other problem as well. It was about the visualization label position. I copied some codes from visualizer/core.py I totally solved this problem! Thanks a lot! Derek |
@LAIMX |
I am running Linux ubuntu 4.15.0-52-generic #56~16.04.1-Ubuntu SMP Thu Jun 6 12:03:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux CONFIGURATION >> https://pastebin.com/jd2PwQMp Previously, my visualiser cannot works and cannot be installed but I managed to setup and built successfully based on
Then, I had enabled the examples in configuration and can compile successfully. But i got this error when I run the simple ndn simulation with visualiser (./waf --run=ndn-simple --vis) |
When I am trying to run an example with
--vis
I get the following errorMy build
My configuration
The text was updated successfully, but these errors were encountered: