【发布时间】: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