miniplayer
miniplayer copied to clipboard
Cannot install ueberzug from PyPi.
I cannot find any suitable package for that dependency. I am running Fedora 37 with Linux kernel 6.0.10
Can someone help me?
Relevant error message:
Could not find suitable distribution for Requirement.parse('ueberzug')
It seems that the maintainer of Überzug has decided to discontinue the project and removed it from PyPi.
While I search for a suitable replacement, you can work around this by cloning an older commit of Überzug and installing manually.
Hope this helps!
It seems that the maintainer of Überzug has decided to discontinue the project and removed it from PyPi.
While I search for a suitable replacement, you can work around this by cloning an older commit of Überzug and installing manually.
Hope this helps!
Thanks! I will try it and let you know
I tried what you mentioned above and the installation worked. But after installing, nothing is showing when I run the command:
sudo miniplayer
not even an error message I don't know why it is happening.
Please don't run miniplayer as root. What happens if you skip the sudo? Also, what is the output of where miniplayer
.
Make sure you have curses and mpd installed.
Please also post the contents of your mpd config, and the miniplayer config if you have it configured.
Here is the output without sudo:
Traceback (most recent call last):
File "/usr/local/bin/miniplayer", line 4, in
here is the output for where miniplayer
:
/usr/local/bin/miniplayer
I did not have mpd installed. After installing I ran the command again but nothing different happened.
Also, the configurations are untouched by me.
It looks like your pixcat installation is broken. Try reinstalling with pip running as user.
If you need further assistance, please open a new issue.