We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to install?
fails cuz there is no python pakage anymore
dpkg -i *.deb
deb from the website and xUbuntu 23.10
change "python" to "python3" in the "control" file
couldn't find the file here
The text was updated successfully, but these errors were encountered:
Which deb do you refer to?
Sorry, something went wrong.
http://repository.playonlinux.com/PlayOnLinux/5.0-alpha-2/Phoenicis_5.0-alpha-2-amd64.deb that one here
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).
phoenicis-dist/src/scripts
I had the same error. This should still happen because the file phoenicis-create-package.sh has the python dependency instead of python3.
phoenicis-create-package.sh
python
python3
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: