Python 在Ubuntu 13.10上安装Anaconda时出现错误消息

Python 在Ubuntu 13.10上安装Anaconda时出现错误消息,python,python-2.7,ubuntu,anaconda,Python,Python 2.7,Ubuntu,Anaconda,我运行了Anaconda的安装程序,最后我收到了以下消息: ... installing: zlib-1.2.7-0 ... installing: anaconda-1.9.1-np18py27_0 ... installing: _cache-0.0-x0 ... Anaconda-1.9.1-Linux-x86_64.sh: line 389: /home/ohm/anaconda/pkgs/python-2.7.6-1/bin/python: cannot execute binary

我运行了Anaconda的安装程序,最后我收到了以下消息:

...
installing: zlib-1.2.7-0 ...
installing: anaconda-1.9.1-np18py27_0 ...
installing: _cache-0.0-x0 ...
Anaconda-1.9.1-Linux-x86_64.sh: line 389: /home/ohm/anaconda/pkgs/python-2.7.6-1/bin/python: cannot execute binary file
ERROR:
cannot execute native linux-64 binary, output from 'uname -a' is:
Linux ohm-ThinkCentre-M57 3.11.0-17-generic #31-Ubuntu SMP Mon Feb 3 21:53:31 UTC 2014 i686 i686 i686 GNU/Linux
ohm@ohm-ThinkCentre-M57:~/Downloads$
当我尝试导入其中一个模块时,如scipy,它不允许我。。
有什么问题吗?

我想您需要下载32位版本的anaconda。您应该能够从页面中获取该文件。

此错误消息意味着Linux无法将该文件识别为shell脚本或可执行文件

通常原因是在错误的体系结构上运行可执行文件-如果尝试在ARM CPU上运行x86可执行文件,会出现此消息