-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
With the current version of pyspectrum, websockets version must be >= 15.0.1.
In the current version of DietPi debian bookworm, python3-websockets version is 10.4-1
When I run pyspectrum, it prints this:
Traceback (most recent call last):
File "/home/dietpi/pyspectrum/./src/pyspectrum.py", line 49, in <module>
from webUI import WebSocketServer
File "/home/dietpi/pyspectrum/src/webUI/WebSocketServer.py", line 22, in <module>
raise ValueError(f"websockets version must be >= 15.0.1, got {websockets.__version__}")
ValueError: websockets version must be >= 15.0.1, got 10.4
What can be done about this? Must we install websockets from source, or can I run an older version of pyspectrum?
----Steve
Metadata
Metadata
Assignees
Labels
No labels