Official Outrun Discussion

Type your comment> @glid3s said:

Just a heads up installing ‘socketio’ via pip3 killed my python environment on parrot OS.
(It’s a module within the py file you download)

rm -rf ~/.local will get you back fixed if it happens to you.

The correct package you want to install is ‘python-socketio’

pip3 in a python3 venv works good using Kali