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
Hello, I need help because I encounter this error at the end of my installation, and I searched online still can't put a finger on it.
(omnigen) C:\Users\leo\Desktop\OmniGen>python app.py
Traceback (most recent call last):
File "app.py", line 6, in
import spaces
File "C:\Users\leo\miniconda3\envs\omnigen\lib\site-packages\spaces_init_.py", line 12
if (gr := sys.modules.get('gradio')) is not None: # pragma: no cover
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Hello, I need help because I encounter this error at the end of my installation, and I searched online still can't put a finger on it.
(omnigen) C:\Users\leo\Desktop\OmniGen>python app.py
Traceback (most recent call last):
File "app.py", line 6, in
import spaces
File "C:\Users\leo\miniconda3\envs\omnigen\lib\site-packages\spaces_init_.py", line 12
if (gr := sys.modules.get('gradio')) is not None: # pragma: no cover
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: