【转】flask-socketio的版本问题


报错
The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)
解决方案

pip install Flask-SocketIO==4.3.1
pip install python-engineio==3.13.2
pip install python-socketio==4.6.0

或者
pip install flask-socketio==4.0.0
pip install python-socketio==4.0.1
pip install python-engineio==3.2.0

 

 


from:https://blog.csdn.net/piaopu0120/article/details/115462422


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM