VirtualBox anaconda安装失败

VirtualBox anaconda安装失败,anaconda,virtualbox,anaconda3,Anaconda,Virtualbox,Anaconda3,在我的Ubuntu VirtualBox上安装anaconda时遇到问题。已经尝试过重新启动,并尝试过分配更大的基本内存块,但在最后几关仍然失败 解包有效负载。。。 并发.futures.process.\u远程回溯: ''' 回溯(最近一次呼叫最后一次): 文件“concurrent/futures/process.py”,第368行,在队列管理人员中 recv中第251行的文件“multiprocessing/connection.py” TypeError:\uuuu init\uuuu(

在我的Ubuntu VirtualBox上安装anaconda时遇到问题。已经尝试过重新启动,并尝试过分配更大的基本内存块,但在最后几关仍然失败

解包有效负载。。。
并发.futures.process.\u远程回溯:
'''
回溯(最近一次呼叫最后一次):
文件“concurrent/futures/process.py”,第368行,在队列管理人员中
recv中第251行的文件“multiprocessing/connection.py”
TypeError:\uuuu init\uuuu()缺少1个必需的位置参数:“msg”
'''
上述异常是以下异常的直接原因:
回溯(最近一次呼叫最后一次):
文件“entry_point.py”,第69行,在
文件“concurrent/futures/process.py”,第484行,在列表的可编辑列表中的链中
文件“concurrent/futures/_base.py”,第611行,在结果迭代器中
文件“concurrent/futures/_base.py”,第439行,结果
文件“concurrent/futures/_base.py”,第388行,在获取结果中
concurrent.futures.process.BrokerProcessPool:进程池中的进程在future正在运行或正在运行时突然终止
待定。 [1981]无法执行脚本入口点

Unpacking payload ...
concurrent.futures.process._RemoteTraceback:                                                    
'''
Traceback (most recent call last):
  File "concurrent/futures/process.py", line 368, 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 484, in _chain_from_iterable_of_lists
  File "concurrent/futures/_base.py", line 611, in result_iterator
  File "concurrent/futures/_base.py", line 439, in result
  File "concurrent/futures/_base.py", line 388, in __get_result
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or