> python test.py
NiceGUI ready to go on http://localhost:8000
[pywebview] GTK cannot be loaded
Traceback (most recent call last):
File "/home/dami/anaconda3/envs/UI_test3/lib/python3.11/site-packages/webview/guilib.py", line 37, in import_gtk
import webview.platforms.gtk as guilib
File "/home/dami/anaconda3/envs/UI_test3/lib/python3.11/site-packages/webview/platforms/gtk.py", line 20, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
js: TypeError: Failed to resolve module specifier 'plotly'
Is this a known issue? I could not find much detail in the docs about this.
Description
Using Ubuntu 24.04.1 LTS i tried to run a native test with the plotly update example, but got an error:
test.py:
Setup simple env for test
When i run the example
Is this a known issue? I could not find much detail in the docs about this.