linux mint 18.2 中的 Anaconda 3.5 安装
Anaconda 3.5 installation in linux mint 18.2
我试图在 linux mint 18.2 中安装 anaconda。我收到以下错误 "cannot execute binary file: Exec format error" 。如何解决这个问题。这些是终端中的行
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
您正在尝试安装错误版本的 Anaconda。
为简单起见,x86 本质上是 x64。它们都不是 ppc64,您可以在此处阅读更多信息:ppc64 wikipedia。
anaconda 的ppc64 版本无法运行。用这个代替 Anaconda3-5.0.0-Linux-x86_64.sh
我试图在 linux mint 18.2 中安装 anaconda。我收到以下错误 "cannot execute binary file: Exec format error" 。如何解决这个问题。这些是终端中的行
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
您正在尝试安装错误版本的 Anaconda。
为简单起见,x86 本质上是 x64。它们都不是 ppc64,您可以在此处阅读更多信息:ppc64 wikipedia。
anaconda 的ppc64 版本无法运行。用这个代替 Anaconda3-5.0.0-Linux-x86_64.sh