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
Traceback (most recent call last):
File "/home/drjaska/programs/cast-control/.venv/bin/cast_control", line 5, in <module>
from cast_control.app.cli import cli
File "/home/drjaska/programs/cast-control/.venv/lib/python3.12/site-packages/cast_control/app/cli.py", line 9, in <module>
from .run import run_safe
File "/home/drjaska/programs/cast-control/.venv/lib/python3.12/site-packages/cast_control/app/run.py", line 8, in <module>
from mpris_server import Server
ImportError: cannot import name 'Server' from 'mpris_server' (/home/drjaska/programs/cast-control/.venv/lib/python3.12/site-packages/mpris_server/__init__.py)
Seeing as mpris_server pip package is fairly global I would assume that this project needs to update how it uses it and that this problem isn't a personal one. Anyways any kind of help with this would be appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I attempted to install and run the software with the following commands on a Debian Testing (13 pre-release) system:
But I get the following traceback:
Seeing as
mpris_server
pip package is fairly global I would assume that this project needs to update how it uses it and that this problem isn't a personal one. Anyways any kind of help with this would be appreciated!The text was updated successfully, but these errors were encountered: