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
~/GitYap$ g start
Running: template/python3/start_server.py
Traceback (most recent call last):
File "/home/runner/GitYap/template/python3/start_server.py", line 11, in
from server import run_server
File "/home/runner/GitYap/template/python3/server.py", line 11, in
import websockets
ModuleNotFoundError: No module named 'websockets'
The text was updated successfully, but these errors were encountered:
~/GitYap$ g start
Running: template/python3/start_server.py
Traceback (most recent call last):
File "/home/runner/GitYap/template/python3/start_server.py", line 11, in
from server import run_server
File "/home/runner/GitYap/template/python3/server.py", line 11, in
import websockets
ModuleNotFoundError: No module named 'websockets'
The text was updated successfully, but these errors were encountered: