Replies: 1 comment 1 reply
-
When I use werkzeug version 2.2.3 and Flask-SocketIO version 5.3.2 ,There's still a problem Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
use werkzeug version 2.2.3 and Flask-SocketIO 5.0.1 ,Is questionable
Traceback (most recent call last):
File "xx\xx\xx.py", line 602, in
if xxx_start():
File "xx\xx\xx.py", line 542, in easier_start
return do_xx(params)
File "xx\xx\xx.py", line 177, in start_web_server
from rest_service.restserver import APP
File "xx\xx\xx.py", line 20, in
from flask_socketio import SocketIO
File "xx\xx\xx\Python\lib\site-packages\flask_socketio_init_.py", line 24, in
from werkzeug.serving import run_with_reloader
ImportError: cannot import name 'run_with_reloader' from 'werkzeug.serving' (xx\xx\xx\Python\lib\site-packages\werkzeug\serving.py)
Environment:
Python version: 3.9.11
Werkzeug version: 2.2.3
Beta Was this translation helpful? Give feedback.
All reactions