You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new Buster release breaks some dependencies of the streaming server.
python3-ws4py does not play nice with Python3.7, however you can work around this, install everything apart from python3-ws4py using the instructions, then-
Hi,
The new Buster release breaks some dependencies of the streaming server.
python3-ws4py does not play nice with Python3.7, however you can work around this, install everything apart from python3-ws4py using the instructions, then-
sudo apt install python3-pip
sudo pip3 install ws4py
Now you should be back in the game.
The text was updated successfully, but these errors were encountered: