Skip to content

Install not working on Ubuntu 24.04 #45

@phifogg

Description

@phifogg

Heya,

just found this repo and was so happy that someone did spend time to make this headset work with all features.
However, can't install it on Ubuntu 24.04.

First, I had to manually install

  • pip
  • pipenv

Still, the install script will try to start 'python' which does not exist. Python3 does. So I changed the script. Not working. Here is the output:

Installing Arctis Manager...
Running pyinstaller to generate binary files
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.12/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.
Warning: Python 3.13 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
Warning: Python 3.13 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
Warning: Python 3.13 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
No virtualenv has been created for this project yet!
Aborted!
Installing binaries in /usr/local/bin
cp: Aufruf von stat für 'dist/arctis-manager' nicht möglich: Datei oder Verzeichnis nicht gefunden
cp: Aufruf von stat für 'dist/arctis-manager-launcher' nicht möglich: Datei oder Verzeichnis nicht gefunden
Installing desktop file in /usr/local/share/applications/
Installing icon file in /usr/share/icons/hicolor/scalable/apps/
Installing udev rules.
Installing and enabling systemd user service.
Created symlink /home/daniel/.config/systemd/user/graphical-session.target.wants/arctis-manager.service → /usr/lib/systemd/user/arctis-manager.service.

Current installed python:
~/GitHub/Linux-Arctis-Manager$ python3 --version
Python 3.12.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions