Federated-Learning
Federated-Learning copied to clipboard
I encounter some version control problems
Sorry to bother you, could you please tell me the version of the following package: socketio-client, flask, flask-socketio.
the error information is: 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) 127.0.0.1 - - [18/May/2022 17:58:16] "GET /socket.io/1/ HTTP/1.1" 400 -
me too
me too
i solve the problem by setting environment as follow: socketIO-client 0.7.2, Flask-SocketIO 4.3.1, python-engineio 3.13.2, python-socketio 4.6.0.
If you meet other version control problem, maybe stackoverflow can help you.
me too
i solve the problem by setting environment as follow: socketIO-client 0.7.2, Flask-SocketIO 4.3.1, python-engineio 3.13.2, python-socketio 4.6.0.
If you meet other version control problem, maybe stackoverflow can help you.
Thank you very much for your reply, but there are still some errors . Could you tell me about your Python version and tensorflow version?Thanks again.
me too
i solve the problem by setting environment as follow: socketIO-client 0.7.2, Flask-SocketIO 4.3.1, python-engineio 3.13.2, python-socketio 4.6.0. If you meet other version control problem, maybe stackoverflow can help you.
Thank you very much for your reply, but there are still some errors . Could you tell me about your Python version and tensorflow version?Thanks again.
I meet the same situation. I manually installed package Werkzeug version below 2.1 to overcome this error.
me too
i solve the problem by setting environment as follow: socketIO-client 0.7.2, Flask-SocketIO 4.3.1, python-engineio 3.13.2, python-socketio 4.6.0. If you meet other version control problem, maybe stackoverflow can help you.
Thank you very much for your reply, but there are still some errors . Could you tell me about your Python version and tensorflow version?Thanks again.
I meet the same situation. I manually installed package Werkzeug version below 2.1 to overcome this error.
After changing the Werkzeug version, the program runs well. Thank you very much!