【问题标题】:I can´t install Anaconda on Linux我无法在 Linux 上安装 Anaconda
【发布时间】:2020-07-16 05:37:53
【问题描述】:

当我尝试在 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 ...

然后我收到以下错误消息:

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

我能做什么?我一步一步按照所有说明进行操作

【问题讨论】:

    标签: python linux ubuntu anaconda failed-installation


    【解决方案1】:

    我遇到了类似的问题,可用内存(存储空间)只有 1.2 GB。请确保您有足够的可用存储空间来安装它。要检查可用空间,请键入

    df -h /home/

    【讨论】:

    • “内存”还是磁盘空间?
    • 是的,是磁盘空间。感谢您指出。
    • 这个答案是正确的。我遇到了同样的问题。我只需要清理空间就可以了。
    【解决方案2】:

    您是否验证了安装程序数据的完整性?因为这是下载这个损坏或不完整的文件时的常见错误 因为这是上一步,您必须在执行脚本之前确保文件正常。 这篇文章在我第一次安装它时帮助了我很多。 https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart

    【讨论】:

    • 该教程适用于较旧的 Anaconda 版本。下载后我检查了哈希,没问题。在 Ubuntu 18.04.3 LTS 上,Anaconda3-2020.02-Linux-x86_64.sh 仍然存在上述错误。
    • 好的,就我而言,这是因为驱动器空间不足。只有大约 2.5 GB 可用,释放更多空间后安装顺利。
    • @meferne 在我的情况下也是如此,这是因为驱动器空间不足。释放空间后安装
    猜你喜欢
    • 2019-06-11
    • 2017-07-20
    • 1970-01-01
    • 1970-01-01
    • 2015-12-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多