6.05 on Linux Mint 22.2 Zara (Ubuntu Noble)
just tried to install the ‘lifeline ancestor and lifeline descendant’ charts and got an error which I have not seen anywhere else and which seems to need pip to install the prerequisites, so its possible that pip may need to be added to the flatpak manifest for the add-on manager to do its job.
521404: ERROR: grampsapp.py: line 188: Unhandled exception
Traceback (most recent call last):
File “/app/lib/python3.12/site-packages/gramps/gui/plug/_windows.py”, line 295, in __on_install_clicked
subprocess.check_output(
File “/usr/lib/python3.12/subprocess.py”, line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.12/subprocess.py”, line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.12/subprocess.py”, line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File “/usr/lib/python3.12/subprocess.py”, line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: ‘pip’
or maybe its a system install issue. Not sure.
If its a bug I will file it but if its only a needed addon to the manifest I will refrain.
Brian