我试图在LinuxMint18.2中安装Anaconda。我得到以下错误“无法执行二进制文件: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
最佳答案
你试图安装错误版本的水蟒。
为了简单起见,x86本质上是x64。它们都不是ppc64,你可以在这里读到更多:ppc64 wikipedia。
PPC64版的蟒蛇行不通。改用这个Anaconda3-5.0.0-Linux-x86_64.sh
关于linux - 在Linux Mint 18.2中安装Anaconda 3.5,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/46556045/