Skribbl.io-Bot
Skribbl.io-Bot copied to clipboard
Pip install socketio problem
Hi, so i tried to install socketio with pip and it said egg_info error and a bunch of other crap and ive looked on other githubs and nothing works, can someone please tell me how to fix this? Thx.
I had the same problem its pip install python-socketio
Update your setuptools (python -m pip install --upgrade setuptools)
@TylerGames1 thanks, worked!
http://prntscr.com/mq3su1 when i try it it just say that
http://prntscr.com/mq3su1 when i try it it just say that
You are trying to execute it in the Python interpreter. You're not supposed to do it that way.
You need to type that in a normal command prompt window.
Just open CMD and type pip install python-socketio
.