ryu
ryu copied to clipboard
gui_topology html folder is missing
gui_topology.py does not find the html folder.
From the docs I simply run PYTHONPATH=. ./bin/ryu run --observe-links ryu/app/gui_topology/gui_topology.py but no html folder is found.
Looking in the source code the html folder exists. However, in the released version on pypi there is no html folder.
Any solution?
It also occurred when I use ryu installed via pip
To deal with it, I cloned this repo and copied the whole html folder into corresponding path, and it worked.
Maybe the html folder was forgotten when released in pypi : - [