Bonjour
Souhaitant repasser sous Linux car ras le bol des bugs et des mises à jour de Windows, j’ai installé Ubuntu sur mon ordi Linux en dual-boot. ( Linux va bien plus vite ! )
J’ai téléchargé le script pour installer Diacamma et j’ai eu une première erreur :
Error: Not Python 3.7, 3.8, 3.9, 3.10 or 3.11 (but 3.12) !
J’ai modifié le script pour supprimer l’erreur et j’ai maintenant l’erreur suivante :
./install.sh: ligne 90 : [: argument attendu
python3 -m pip install -U pip==24.0 virtualenv
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
Un grand merci à celui qui pourra m’aider !