Anaconda setup script ends with error:
Anaconda3 will now be installed into this location:
/root/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
[/root/anaconda3] >>>
PREFIX=/root/anaconda3
Unpacking payload …
concurrent.futures.process._RemoteTraceback:
‘’’
Traceback (most recent call last):
File “concurrent/futures/process.py”, line 392, 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 294, in
File “entry_point.py”, line 286, in main
File “entry_point.py”, line 194, in _constructor_subcommand
File “entry_point.py”, line 159, in _constructor_extract_conda_pkgs
File “concurrent/futures/process.py”, line 575, in _chain_from_iterable_of_lists
File “concurrent/futures/_base.py”, line 621, in result_iterator
File “concurrent/futures/_base.py”, line 319, in _result_or_cancel
File “concurrent/futures/_base.py”, line 458, in result
File “concurrent/futures/_base.py”, line 403, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
[8070] Failed to execute script ‘entry_point’ due to unhandled exception!