Federated-Learning icon indicating copy to clipboard operation
Federated-Learning copied to clipboard

I encounter some version control problems

Open Yukang-Lin opened this issue 2 years ago • 6 comments

Sorry to bother you, could you please tell me the version of the following package: socketio-client, flask, flask-socketio.

Yukang-Lin avatar May 18 '22 09:05 Yukang-Lin

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 -

Yukang-Lin avatar May 18 '22 09:05 Yukang-Lin

me too

iamk123 avatar May 21 '22 14:05 iamk123

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.

Yukang-Lin avatar May 21 '22 14:05 Yukang-Lin

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. image

iamk123 avatar May 21 '22 15:05 iamk123

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. image

I meet the same situation. I manually installed package Werkzeug version below 2.1 to overcome this error.

Yukang-Lin avatar May 21 '22 15:05 Yukang-Lin

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. image

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!

iamk123 avatar May 21 '22 15:05 iamk123