简体   繁体   English

我无法在 Linux 上安装 Anaconda

[英]I can´t install Anaconda on Linux

When I try to install Anaconda on Linux, I get to this point:当我尝试在 Linux 上安装 Anaconda 时,我明白了这一点:

Anaconda3 will now be installed into this location:
/home/jorge/anaconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/jorge/anaconda3] >>> 
PREFIX=/home/jorge/anaconda3
Unpacking payload ...

Then I receive the following error message:然后我收到以下错误消息:

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

What can I do?我能做些什么? I was following all the instructions step by step我正在一步一步地遵循所有的说明

Did you verify the integrity of the installer's data?您是否验证了安装程序数据的完整性? because it is a common error when downloading this corrupted or incomplete since it is the previous step you have to do to make sure that the file is ok before executing the script.因为在下载这个损坏或不完整的文件时这是一个常见错误,因为这是在执行脚本之前您必须确保文件正常的上一步。 This post helped me a lot for the first time I installed it.这篇文章在我第一次安装它时帮助了我很多。 https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart

I had a similar problem where available memory (storage space) was only 1.2 GB.我有一个类似的问题,可用的 memory(存储空间)只有 1.2 GB。 Please make sure that you have enough free storage space to install it.请确保您有足够的可用存储空间来安装它。 To check available space, type要检查可用空间,请键入

df -h /home/

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'

me also have this problem and cant install conda on ubuntu wls please help me我也有这个问题,无法在 ubuntu 上安装 conda 请帮助我

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM