Skribbl.io-Bot icon indicating copy to clipboard operation
Skribbl.io-Bot copied to clipboard

Pip install socketio problem

Open Alexcommander2 opened this issue 6 years ago • 5 comments

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.

Alexcommander2 avatar Feb 24 '19 16:02 Alexcommander2

I had the same problem its pip install python-socketio

noubyg avatar Feb 24 '19 21:02 noubyg

Update your setuptools (python -m pip install --upgrade setuptools)

Kizburb avatar Feb 24 '19 23:02 Kizburb

@TylerGames1 thanks, worked!

Alexcommander2 avatar Feb 25 '19 10:02 Alexcommander2

http://prntscr.com/mq3su1 when i try it it just say that

jacoblololol avatar Feb 26 '19 00:02 jacoblololol

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.

fuck-shithub avatar Mar 05 '19 02:03 fuck-shithub