Hello, i just searched and wasn't hable to find any help,
When i run switch-remoteplay i get this error which is obviously Flask...
Traceback (most recent call last):
File "/home/theod/switch-remoteplay/server/switchremoteplay/server.py", line 8, in
from flask_socketio import SocketIO
File "/usr/local/lib/python3.10/dist-packages/flask_socketio/init.py", line 19, in
from flask import _request_ctx_stack, has_request_context, json as flask_json
ImportError: cannot import name '_request_ctx_stack' from 'flask' (/usr/local/lib/python3.10/dist-packages/flask/init.py)
Hello, i just searched and wasn't hable to find any help, When i run switch-remoteplay i get this error which is obviously Flask...
Traceback (most recent call last): File "/home/theod/switch-remoteplay/server/switchremoteplay/server.py", line 8, in
from flask_socketio import SocketIO
File "/usr/local/lib/python3.10/dist-packages/flask_socketio/init.py", line 19, in
from flask import _request_ctx_stack, has_request_context, json as flask_json
ImportError: cannot import name '_request_ctx_stack' from 'flask' (/usr/local/lib/python3.10/dist-packages/flask/init.py)