【发布时间】:2017-12-20 07:58:29
【问题描述】:
基本情况:
- 平台:ARM Cortex-A9(32 位处理器)
- 操作系统:Ubuntu Mate 16.04.4
- gcc 版本:gcc (Ubuntu/Linaro 5.4.0-6ubuntu1-16.04.4) 5.4.0 201606609
- python 版本:2.7.12
问题:
我想在 ARM Cortex-A9 平台上安装 anaconda。但是,当我执行时:
$./Anaconda2-5.0.1-Linux-x86.sh
返回错误:
/root/anaconda2/pkgs/python-2.7.14-h41cc02d_21/bin/python:1: /root/anaconda2/pkgs/python-2.7.14-h41cc02d_21/bin/python:Syntax error:word unexpected (expecting ")")
我该如何解决这个问题?如何在 ARM 平台上安装 anaconda?
Tks.
【问题讨论】:
标签: python gcc android-ndk arm anaconda