wsl 安装anaconda3报错[1770] Failed to execute script entry_point,A process in the process pool……【已解决】
conda 安装报错,A process in the process pool
·
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
原因及解决方案:
1、磁盘不足:
一般不会出现在wsl上,wsl默认给1T的虚拟空间 除非你物理硬盘满了 否则不会这样。
如果这样,加硬盘空间吧。
如果硬盘空间够,ubuntu系统已经用了1T了,去微软的wsl官网找方案,扩大虚拟硬盘空间。
2、文件异常
下载的文件有问题。重新下载。
小概率事件,建议最后检查这个问题。
3、文件存放位置不对
直接把anconda的sh文件放到了mnt下面了 也就是系统的其它硬盘上。导致安装的时候 linux系统无法进行写的操作,然后报错,认为是硬盘空间不够了。
直接把sh文件放到linux系统任意位置 然后再安装就可以了
更多推荐
所有评论(0)