在ubuntu20.04LTS上安装anaconda报错concurrent.futures.process._RemoteTraceback

报错信息如下

concurrent.futures.process._RemoteTraceback:                                        
'''
Traceback (most recent call last):
  File "concurrent/futures/process.py", line 367, in _queue_management_worker
  File "multiprocessing/connection.py", line 251, in recv
TypeError: __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 69, in <module>
  File "concurrent/futures/process.py", line 483, in _chain_from_iterable_of_lists
  File "concurrent/futures/_base.py", line 598, in result_iterator
  File "concurrent/futures/_base.py", line 435, in result
  File "concurrent/futures/_base.py", line 384, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
[1770] Failed to execute script entry_point

原因:磁盘空间不足,扩展空间即可
解决方法来源:https://stackoverflow.com/questions/61022248/i-can%C2%B4t-install-anaconda-on-linux

你可能感兴趣的:(机器学习,python,机器学习,linux)