当前位置:网站首页>Raspberry pie 4b64 bit system installation miniconda (it took a few days to finally solve it)
Raspberry pie 4b64 bit system installation miniconda (it took a few days to finally solve it)
2022-07-06 16:22:00 【Rath mile_ LeslieWu】
Project scenario :
Recently, I gave raspberry pie 4B Installed 64 Bit system , Then I want to install a conda, However, there are many online tutorials 32 Tutorial of bit system , After a long time of tossing and turning, I finally found the right solution , Write it down .
Problem description
Raspberry pie 4B64 Bit system installation conda When , After installation , appear Illegal Instruction error, Even if it runs conda list And other related commands are also illegal instructions .
The error code is as follows :
Miniconda3-py37_4.10.3-Linux-aarch64.sh: That's ok 435: 56590 Illegal order $PREFIX/bin/python -E -sy" "$THIS_PATH"
Cause analysis :
Now raspberry pie 4B64 Bit system belongs to aarch64, But at present, raspberry pie is not compatible miniconda3 4.10 Version above :
Solution :
use miniconda3 4.9 Version perfectly solves this problem ( Really want to roast about tossing me for so long ):
- Pull conda Installation package .
wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.9.2-Linux-aarch64.sh
- install .
sudo bash Miniconda3-py37_4.9.2-Linux-aarch64.sh
- The process ( Omit )

Pay attention to a problem :
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] >>>
The above code appears >>> When , Remember to return at , Don't wait for it foolishly , It won't move . There is also the emergence of init, choice yes That's right , Let it automatically help you configure environment variables .
- Verify that the installation was successful .
Thank you for installing Miniconda3!
[email protected]:~# conda list
# packages in environment at /root/miniconda3:
#
# Name Version Build Channel
_libgcc_mutex 0.1 main
_openmp_mutex 5.1 1_gnu
brotlipy 0.7.0 py37hfd63f10_1002
ca-certificates 2021.1.19 hd43f75c_0
- Finally, change the source to accelerate the impulse !!!

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
conda config --set show_channel_urls yes
Finally, use happily Raspberry Pi 4 Raspberry pie 4B Surf , installed 64 Bit system , The test is indeed much faster . Later, there is a lot about raspberry pie 4b upgrade 64 Bit system 、 as well as cpu OverClock Settings 、docker Installation and other content updates . Write an article for the first time , Thank you. !
边栏推荐
- window11 conda安装pytorch过程中遇到的一些问题
- (POJ - 3685) matrix (two sets and two parts)
- 1855. Maximum distance of subscript alignment
- C language learning notes
- 875. Leetcode, a banana lover
- QNetworkAccessManager实现ftp功能总结
- QT实现圆角窗口
- Codeforces Round #800 (Div. 2)AC
- Codeforces round 797 (Div. 3) no f
- Hdu-6025-prime sequence (girls' competition)
猜你喜欢

Codeforces Round #802(Div. 2)A~D

window11 conda安装pytorch过程中遇到的一些问题

Pytorch extract skeleton (differentiable)

QT realizes window topping, topping state switching, and multi window topping priority relationship

Codeforces round 797 (Div. 3) no f

Codeforces Round #799 (Div. 4)A~H

1005. Maximized array sum after K negations

树莓派4B安装opencv3.4.0

605. Planting flowers

409. Longest palindrome
随机推荐
Luogu P1102 A-B number pair (dichotomy, map, double pointer)
快速转 TypeScript 指南
Codeforces Round #800 (Div. 2)AC
Understand what is a programming language in a popular way
AcWing:第58场周赛
QT realizes window topping, topping state switching, and multi window topping priority relationship
921. Minimum additions to make parentheses valid
Bidirectional linked list - all operations
Classic application of stack -- bracket matching problem
Some problems encountered in installing pytorch in windows11 CONDA
VMware Tools和open-vm-tools的安装与使用:解决虚拟机不全屏和无法传输文件的问题
QT implementation fillet window
Codeforces Round #803 (Div. 2)A~C
875. 爱吃香蕉的珂珂 - 力扣(LeetCode)
指定格式时间,月份天数前补零
AcWing——第55场周赛
useEffect,函數組件掛載和卸載時觸發
QT模拟鼠标事件,实现点击双击移动拖拽等
socket通讯
Openwrt build Hello ipk