cant install the .deb on ubuntu 23.10
Opened this issue · 4 comments
Vitamin-X commented
Expected behavior
to install?
Actual behavior
fails cuz there is no python pakage anymore
Steps to reproduce
dpkg -i *.deb
System information
deb from the website and xUbuntu 23.10
ways to fix it
change "python" to "python3" in the "control" file
why didnt i do that?
couldn't find the file here
plata commented
Which deb do you refer to?
Vitamin-X commented
plata commented
That's pretty old. You'll probably want to build the current master as described in the README to get an idea about the current state of the software.
The packages are built with the scripts in phoenicis-dist/src/scripts
(see e.g. the GitHub action workflow).
fx-kirin commented
I had the same error. This should still happen because the file phoenicis-create-package.sh
has the python
dependency instead of python3
.