-
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 module named 'kiwi.ui' #105
Comments
This one is the best tutorial see with carefully https://youtu.be/QJpGwynTiok sudo pip3 install kiwi |
I confirmed the kiwi was installed. Still got the same problem |
The |
mee too,I confirmed the kiwi was installed. root@kali:~/桌面/ndnsim2/ns-3-dev-ndnSIM-ns-3.35# sudo pip3 install kiwi maybe it is kali,and python and python3 have different? |
As the title says.
Install in Ubuntu 20.04 according to tutorial in https://ndnsim.net/current/getting-started.html
Runing result as follow:
./waf --run=ndn-grid --vis
Waf: Entering directory
/home/linlh/Code/ndn/ndnSIM/ns-3/build' Waf: Leaving directory
/home/linlh/Code/ndn/ndnSIM/ns-3/build'Build commands will be stored in build/compile_commands.json
'build' finished successfully (1.791s)
Could not load plugin 'show_last_packets.py': No module named 'kiwi.ui'
Could not load icon applets-screenshooter due to missing gnomedesktop Python module
scanning topology: 9 nodes...
scanning topology: calling graphviz layout
scanning topology: all done.
/home/linlh/Code/ndn/ndnSIM/ns-3/src/visualizer/visualizer/core.py:1508: Warning: Source ID 214 was not found when attempting to remove it
GLib.source_remove(self._update_timeout_id)
assert failed. cond="SystemThread::Equals (m_main)", msg="Simulator::Schedule Thread-unsafe invocation!", file=../src/core/model/default-simulator-impl.cc, line=233
terminate called without an active exception
Command ['/home/linlh/Code/ndn/ndnSIM/ns-3/build/src/ndnSIM/examples/ns3-dev-ndn-grid-debug', '--SimulatorImplementationType=ns3::VisualSimulatorImpl'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run --command-template="gdb --args %s ").
The text was updated successfully, but these errors were encountered: