Closed srem1 closed 1 year ago
Thanks for reporting this. I'll probably have to try and spin up a Fedora VM to check this out. Most likely just a dependency problem.
Installed kivy development version from git, it kivy was the bigges issue beside missing deps on my Ubuntu. On latest Ubuntu it is not working.
Tried Ubuntu 22.04 LTS and it is working.
Thanks for reporting back. I am seeing the same problem here with Fedora38. It is not possible to install kivy
via pip, and the only solution currently is to install the dev version from their git repo, until an updated version is released.
The Ubuntu 23.04 issue is different, and stems from the fact that Debian & Ubuntu disallowed using pip
to install packages in their latest versions, forcing people to use the pipx
tool instead, which puts every package in an isolated environment.
While you should be able to install Sideband through pipx
, unfortunately the pipx
tool is currently not able to install kivy
. Bug report filed here: https://github.com/pypa/pipx/issues/975.
Closing this now, as there is unfortunately not anything else I can do to alleviate the problem, and the issue will have to be fixed in kivy
and pipx
.