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
Got this after executing play.sh (./play.sh command in terminal). Any ideas how to fix it?
Traceback (most recent call last):
File "aiserver.py", line 58, in
from utils import debounce
File "/home/yevhen/Desktop/vx/KoboldAI-Client/utils.py", line 183, in
from flask_socketio import emit
File "/home/yevhen/.local/lib/python3.8/site-packages/flask_socketio/init.py", line 18, in
import flask
File "/home/yevhen/.local/lib/python3.8/site-packages/flask/init.py", line 21, in
from .app import Flask
File "/home/yevhen/.local/lib/python3.8/site-packages/flask/app.py", line 32, in
from werkzeug.wrappers import BaseResponse
ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers' (/home/yevhen/.local/lib/python3.8/site-packages/werkzeug/wrappers/init.py)
The text was updated successfully, but these errors were encountered:
Got this after executing play.sh (./play.sh command in terminal). Any ideas how to fix it?
Traceback (most recent call last):
File "aiserver.py", line 58, in
from utils import debounce
File "/home/yevhen/Desktop/vx/KoboldAI-Client/utils.py", line 183, in
from flask_socketio import emit
File "/home/yevhen/.local/lib/python3.8/site-packages/flask_socketio/init.py", line 18, in
import flask
File "/home/yevhen/.local/lib/python3.8/site-packages/flask/init.py", line 21, in
from .app import Flask
File "/home/yevhen/.local/lib/python3.8/site-packages/flask/app.py", line 32, in
from werkzeug.wrappers import BaseResponse
ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers' (/home/yevhen/.local/lib/python3.8/site-packages/werkzeug/wrappers/init.py)
The text was updated successfully, but these errors were encountered: