
Hi, on a linux ubuntu 22.04 distribution, when i'm trying to install latest Phenix nightly version 2.0-5824, i have the following error message: [...] PREFIX=/home/ebettler/Soft/phenix-2.0-5824 Unpacking bootstrapper... Unpacking payload... entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. entry_point.py:256: DeprecationWarning: Python 3.14 will, by default, filter extracted tar archives and reject files or modify their metadata. Use the filter argument to control this behavior. concurrent.futures.process._RemoteTraceback: ''' Traceback (most recent call last): File "concurrent/futures/process.py", line 432, in wait_result_broken_or_wakeup File "multiprocessing/connection.py", line 251, in recv TypeError: InvalidArchiveError.__init__() missing 1 required positional argument: 'msg' ''' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "entry_point.py", line 244, in _constructor_extract_conda_pkgs File "concurrent/futures/_base.py", line 449, in result File "concurrent/futures/_base.py", line 401, in __get_result concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "entry_point.py", line 691, in <module> File "entry_point.py", line 681, in main File "entry_point.py", line 582, in _constructor_subcommand File "entry_point.py", line 246, in _constructor_extract_conda_pkgs RuntimeError: Failed to extract /home/ebettler/Soft/phenix-2.0-5824/pkgs/chem_data-2.0.5824-pyhe0d8492_0.conda: A process in the process pool was terminated abruptly while the future was running or pending. [PYI-197168:ERROR] Failed to execute script 'entry_point' due to unhandled exception! What's wrong ? Any advice are welcome !