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
WireViz (0.4), Graphviz (11.0.0), Python (3.12), Windows 11
When install the WireViz using pip3 install wireviz, it seems that the template folder are not installed which lead to the error message: FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Python312\\Lib\\site-packages\\wireviz\\templates\\simple.html'
To fix it: copy the template folder to the C:\\PythonXXX\\Lib\\site-packages\\wireviz\\
The text was updated successfully, but these errors were encountered:
WireViz (0.4), Graphviz (11.0.0), Python (3.12), Windows 11
When install the WireViz using
pip3 install wireviz
, it seems that the template folder are not installed which lead to the error message:FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Python312\\Lib\\site-packages\\wireviz\\templates\\simple.html'
To fix it: copy the template folder to the
C:\\PythonXXX\\Lib\\site-packages\\wireviz\\
The text was updated successfully, but these errors were encountered: