【问题标题】:Anaconda 3.5 installation in linux mint 18.2在 linux mint 18.2 中安装 Anaconda 3.5
【发布时间】:2017-10-04 02:22:47
【问题描述】:

我试图在 linux mint 18.2 中安装 anaconda。我收到以下错误“无法执行二进制文件:执行格式错误”。如何解决这个问题。这些是终端中的行

Anaconda3 will now be installed into this location:
/home/styne/anaconda3
  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below
[/home/styne/anaconda3] >>> 
PREFIX=/home/styne/anaconda3
installing: python-3.6.2-0 ...
Anaconda3-5.0.0-Linux-ppc64le.sh: line 337: /home/styne/anaconda3/pkgs/python-3.6.2-0/bin/python: cannot execute binary file: Exec format error

【问题讨论】:

  • 您从印刷品中剪下的最后一行是什么?你为什么要打印而不是复制文本?
  • 最后一行是“无法执行二进制文件:执行格式错误”
  • 您是否在 x86 平台上运行?
  • 不,在 x64 平台上。我最近升级到 Linux mint 18.2。这可能是与操作系统相关的问题吗?

标签: linux anaconda linux-mint


【解决方案1】:

您正在尝试安装错误版本的 Anaconda。

为简单起见,x86 本质上是 x64。它们都不是 ppc64,您可以在此处阅读更多信息:ppc64 wikipedia

anaconda 的 ppc64 版本无法运行。改用这个Anaconda3-5.0.0-Linux-x86_64.sh

【讨论】:

    猜你喜欢
    • 2020-08-17
    • 2019-06-28
    • 2012-02-25
    • 1970-01-01
    • 1970-01-01
    • 2018-10-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多