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
I am encountering the following error message when I attempt to run 'python app.py'.
C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\trio_core_multierror.py:511: RuntimeWarning: You seem to already have a custom sys.excepthook handler installed. I'll skip installing Trio's custom handler, but this means MultiErrors will not show full tracebacks.
warnings.warn(
Traceback (most recent call last):
File "D:\fluxgym\fluxgym\app.py", line 17, in
from gradio_logsview import LogsView, LogsViewRunner
ModuleNotFoundError: No module named 'gradio_logsview'
Iwas able to confirm that the folder gradio_logsview exist.
And suggestions will be highly appreciated
The text was updated successfully, but these errors were encountered:
Greetings.
I am encountering the following error message when I attempt to run 'python app.py'.
C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\site-packages\trio_core_multierror.py:511: RuntimeWarning: You seem to already have a custom sys.excepthook handler installed. I'll skip installing Trio's custom handler, but this means MultiErrors will not show full tracebacks.
warnings.warn(
Traceback (most recent call last):
File "D:\fluxgym\fluxgym\app.py", line 17, in
from gradio_logsview import LogsView, LogsViewRunner
ModuleNotFoundError: No module named 'gradio_logsview'
Iwas able to confirm that the folder gradio_logsview exist.
And suggestions will be highly appreciated
The text was updated successfully, but these errors were encountered: