pip install python-socketio-client
pip3 install python-socketio-client
wget https://files.pythonhosted.org/packages/source/p/python-socketio-client/python-socketio-client-0.7.2.tar.gz
tar -zxvf python-socketio-client-0.7.2.tar.gz
cd python-socketio-client-0.7.2
python setup.py install
以上是安装python-socketio-client的常见方法,根据具体情况选择适合自己的方式进行安装即可。