Luckfox Pico Mini B 安装Anaconda3-2024.06-1-Linux-aarch64.sh失败

  • Miniconda最新版使用

    Code: Select all

    sudo chmod 777 Miniconda3-latest-Linux-x86_64.sh
    后还是
    PREFIX=/home/pico/miniconda3
    Unpacking payload ...
    Miniconda3-latest-Linux-x86_64.sh: line 453: /home/pico/miniconda3/_conda: cannot execute binary file: Exec format error
  • 您好 luckfox pico 的架构是arm32 不是 aarch64,luckfox pico 的架构是armv7l 请选用https://repo.anaconda.com/miniconda/Min ... -armv7l.sh
  • 但是wiki上给了Miniconda3-4.6.14-Linux-x86_64.sh同样报错

    Code: Select all

    Miniconda3 will now be installed into this location:
    /home/pico/miniconda3
    
      - Press ENTER to confirm the location
      - Press CTRL-C to abort the installation
      - Or specify a different location below
    
    [/home/pico/miniconda3] >>> 
    PREFIX=/home/pico/miniconda3
    installing: python-3.7.3-h0371630_0 ...
    Miniconda3-4.6.14-Linux-x86_64.sh: line 370: /home/pico/miniconda3/pkgs/python-3.7.3-h0371630_0/bin/python: cannot execute binary file: Exec format error
    请留意wiki中的提示信息 Miniconda3-4.6.14-Linux-x86_64.sh是安装在PC上而不是luckfox pico 上的
    Last edited by huangzr on 2024-09-21 10:19, edited 1 time in total.
  • 您给的miniconda安装上了
    但创建虚拟环境还是报错

    Code: Select all

    pico@luckfox:~$ /home/pico/miniconda3/pkgs/conda-3.16.0-py34_0/bin/conda create -n RKNN-Toolkit
    2 python=3.12
    -bash: /home/pico/miniconda3/pkgs/conda-3.16.0-py34_0/bin/conda: /opt/anaconda1anaconda2anaconda3/bin/python3: bad interpreter: No such file or directory
    pico@luckfox:~$ /home/pico/miniconda3/pkgs/conda-3.16.0-py34_0/bin/conda create -n RKNN-Toolkit2 python=3.8 
    -bash: /home/pico/miniconda3/pkgs/conda-3.16.0-py34_0/bin/conda: /opt/anaconda1anaconda2anaconda3/bin/python3: bad interpreter: No such file or directory
  • 请注意wiki中的提示信息,RKNN-toolkit2 工具和miniconda是安装在PC(电脑)平台上而不是在luckfox pico 上的