【问题标题】:Installing Anaconda on Ubuntu 13.10 giving an error message在 Ubuntu 13.10 上安装 Anaconda 会出现错误消息
【发布时间】:2023-03-23 03:27:02
【问题描述】:

我运行了 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,它不允许我.. 可能是什么问题?

【问题讨论】:

    标签: python python-2.7 ubuntu anaconda


    【解决方案1】:

    我认为您需要下载 32 位版本的 anaconda。您应该可以从downloads 页面获取它。

    【讨论】:

      【解决方案2】:

      此错误消息表示 Linux 无法将该文件识别为 shell 脚本或可执行文件。

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

      【讨论】:

        猜你喜欢
        • 2020-02-27
        • 1970-01-01
        • 2014-03-09
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-02-08
        • 1970-01-01
        相关资源
        最近更新 更多