What operating systems does socranop want to support?
I have locally set up a number of VMs to test building and installing socranop on, and will test the permission setup and the functionality on as well.
Here is a list of the operating systems and a few remarks. What am I missing?
Ubuntu 22.04 "jammy": (not EM) What the Github workers run.
Ubuntu 23.10 "mantic": (EM) The latest.
Fedora 39: (not EM) What @ndim develops on. Package almost finished and waiting for 0.5.0 release.
NixOS unstable: () soundcraft-utils package available by @pakettiale
Very different from the common FHS based distribution, which exposes installation edge cases.
Where
Covering Debian should help cover Raspberry OS as well.
FTR: repology.org has stopped listing soundcraft-utils in late 2023.
not-EM and EM are regarding pip install.
EM systems produce the following error, non-EM systems allow using pip install:
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.11/README.venv for more information.
note: If you believe this is a mistake, please contact your Python installation
or OS distribution provider. You can override this, at the risk of breaking your
Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
What operating systems does socranop want to support?
I have locally set up a number of VMs to test building and installing socranop on, and will test the permission setup and the functionality on as well.
Here is a list of the operating systems and a few remarks. What am I missing?
soundcraft-utils
package available by @pakettiale Very different from the common FHS based distribution, which exposes installation edge cases.Where
Covering Debian should help cover Raspberry OS as well.
repology.org socranop packaging status
FTR: repology.org has stopped listing soundcraft-utils in late 2023.
pip install
.EM systems produce the following error, non-EM systems allow using
pip install
: