HF
Traceback (most recent call last): File "/home/nils-eisenhammer/.local/lib/python3.12/site-packages/git/init.py", line 296, in refresh() File "/home/nils-eisenhammer/.local/lib/python3.12/site-packages/git/init.py", line 287, in refresh if not Git.refresh(path=path): ^^^^^^^^^^^^^^^^^^^^^^ File "/home/nils-eisenhammer/.local/lib/python3.12/site-packages/git/cmd.py", line 631, in refresh raise ImportError(err) ImportError: Bad git executable. The git executable must be specified in one of the following ways: - be included in your $PATH - be set via $GIT_PYTHON_GIT_EXECUTABLE - explicitly set via git.refresh()
All git commands will error until this is rectified.
This initial message can be silenced or aggravated in the future by setting the $GIT_PYTHON_REFRESH environment variable. Use one of the following values: - quiet|q|silence|s|silent|none|n|0: for no message or exception - warn|w|warning|log|l|1: for a warning message (logging level CRITICAL, displayed by default) - error|e|exception|raise|r|2: for a raised exception
Example: export GIT_PYTHON_REFRESH=quiet
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "/home/nils-eisenhammer/Downloads/druck-client-to-host-main/print_system.py", line 7, in from updater import SystemUpdater File "/home/nils-eisenhammer/Downloads/druck-client-to-host-main/updater.py", line 3, in import git File "/home/nils-eisenhammer/.local/lib/python3.12/site-packages/git/init.py", line 298, in raise ImportError("Failed to initialize: {0}".format(_exc)) from _exc ImportError: Failed to initialize: Bad git executable. The git executable must be specified in one of the following ways: - be included in your $PATH - be set via $GIT_PYTHON_GIT_EXECUTABLE - explicitly set via git.refresh()
All git commands will error until this is rectified.
This initial message can be silenced or aggravated in the future by setting the $GIT_PYTHON_REFRESH environment variable. Use one of the following values: - quiet|q|silence|s|silent|none|n|0: for no message or exception - warn|w|warning|log|l|1: for a warning message (logging level CRITICAL, displayed by default) - error|e|exception|raise|r|2: for a raised exception
Example: export GIT_PYTHON_REFRESH=quiet