You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 : - [
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 nohtml
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?
The text was updated successfully, but these errors were encountered: