python3-ws4py The following packages have unmet dependencies: python3-ws4py : Depends: python3:any (>= 3.3.2-2~)
Opened this issue · 1 comments
I see that there have not been updates for a while.
I am new to using raspberry pi's but I can't get past this error:
sudo apt-get install python3-ws4py
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-ws4py : Depends: python3:any (>= 3.3.2-2~)
E: Unable to correct problems, you have held broken packages.
I have also tried:
sudo pip install ws4py
cd pistreaming/
python3 server.py
Traceback (most recent call last):
File "server.py", line 16, in
from ws4py.websocket import WebSocket
ModuleNotFoundError: No module named 'ws4py'