当前位置:网站首页>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. !
边栏推荐
- Calculate the time difference
- QT实现圆角窗口
- Interval sum ----- discretization
- Educational Codeforces Round 130 (Rated for Div. 2)A~C
- 875. 爱吃香蕉的珂珂 - 力扣(LeetCode)
- Shell Scripting
- QT simulates mouse events and realizes clicking, double clicking, moving and dragging
- Suffix expression (greed + thinking)
- QT按钮点击切换QLineEdit焦点(含代码)
- MariaDB的安装与配置
猜你喜欢
Borg maze (bfs+ minimum spanning tree) (problem solving report)
Advancedinstaller installation package custom action open file
Some problems encountered in installing pytorch in windows11 CONDA
969. Pancake sorting
Ball Dropping
QT实现窗口渐变消失QPropertyAnimation+进度条
Analyse du format protobuf du rideau en temps réel et du rideau historique de la station B
QT implementation window gradually disappears qpropertyanimation+ progress bar
Problem - 922D、Robot Vacuum Cleaner - Codeforces
QT有关QCobobox控件的样式设置(圆角、下拉框,向上展开、可编辑、内部布局等)
随机推荐
Write web games in C language
Auto. Getting started with JS
Interval sum ----- discretization
Input can only input numbers, limited input
Classic application of stack -- bracket matching problem
Li Kou - 298th weekly match
Pyside6 signal, slot
969. Pancake sorting
Opencv learning log 27 -- chip positioning
Acwing - game 55 of the week
QT style settings of qcobobox controls (rounded corners, drop-down boxes, up expansion, editable, internal layout, etc.)
QT implementation window gradually disappears qpropertyanimation+ progress bar
Truck History
Flag framework configures loguru logstore
Understand what is a programming language in a popular way
The concept of C language array
Raspberry pie csi/usb camera uses mjpg to realize web camera monitoring
TCP's three handshakes and four waves
去掉input聚焦时的边框
Problem - 922D、Robot Vacuum Cleaner - Codeforces