64位树莓派安装64位miniconda--实践发现没能装上2020.07.19

目前,没装成,大家暂时不用浪费时间.可能是版本不适合树莓派的arm架构再等等,提醒大家节省些时间,算一功德吧...

一.下载 Miniconda3-py38_4.8.3-Linux-x86_64.sh

https://repo.anaconda.com/miniconda/

https://repo.anaconda.com/miniconda/Miniconda3-py38_4.8.2-Linux-x86_64.sh

或国内源:

https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/?C=M&O=D

https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py38_4.8.2-Linux-x86_64.sh

二.安装

1.第一次安装,没成功,过程如下:

pi@raspberrypi:~/Downloads $ sudo /bin/bash Miniconda3-py38_4.8.3-Linux-x86_64.sh
WARNING:
    Your operating system appears not to be 64-bit, but you are trying to
    install a 64-bit version of Miniconda3.
    Are sure you want to continue the installation? [yes|no]
[no] >>> yes

Welcome to Miniconda3 py38_4.8.3

In order to continue the installation process, please review the license

上面有报不是64位,其实是64 位:

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.42-v8+ #1319 SMP PREEMPT Wed May 20 14:18:56 BST 2020 aarch64 GNU/Linux

然后,为读license,按了约122-124次回车键:

Do you accept the license terms? [yes|no]
[no] >>> yes

Miniconda3 will now be installed into this location:
/root/miniconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/root/miniconda3] >>> 
PREFIX=/root/miniconda3
Unpacking payload ...
Miniconda3-py38_4.8.3-Linux-x86_64.sh: line 404: /root/miniconda3/conda.exe: cannot execute binary file: Exec format error
Miniconda3-py38_4.8.3-Linux-x86_64.sh: line 406: /root/miniconda3/conda.exe: cannot execute binary file: Exec format error

不成功.

2. su root
# bash Miniconda3-py38_4.8.3-Linux-x86_64.sh

再次按了约124次回车,哦,其实不用数,按着不松,,,,换了几个版本的,最后都是一样结果提示.都没能装成功.暂时放一放.等针对树莓派的64位arm版本出来.

 

你可能感兴趣的:(树莓派,anaconda)