当前位置:网站首页>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. !
边栏推荐
- Maximum product (greedy)
- 日期加1天
- b站 實時彈幕和曆史彈幕 Protobuf 格式解析
- Browser print margin, default / borderless, full 1 page A4
- Codeforces Round #802(Div. 2)A~D
- Opencv learning log 24 -- Hough transform 2 (maximum interval and minimum length can be limited)
- 力扣——第298场周赛
- QT模拟鼠标事件,实现点击双击移动拖拽等
- 读取和保存zarr文件
- Frida hook so layer, protobuf data analysis
猜你喜欢
QT有关QCobobox控件的样式设置(圆角、下拉框,向上展开、可编辑、内部布局等)
Codeforces Round #802(Div. 2)A~D
Frida hook so layer, protobuf data analysis
Flask框架配置loguru日志庫
window11 conda安装pytorch过程中遇到的一些问题
Codeforces Round #801 (Div. 2)A~C
b站 實時彈幕和曆史彈幕 Protobuf 格式解析
(POJ - 3685) matrix (two sets and two parts)
Problem - 922D、Robot Vacuum Cleaner - Codeforces
顺丰科技智慧物流校园技术挑战赛(无t4)
随机推荐
Discussion on QWidget code setting style sheet
QNetworkAccessManager实现ftp功能总结
树莓派CSI/USB摄像头使用mjpg实现网页摄像头监控
1689. Ten - the minimum number of binary numbers
Codeforces Round #798 (Div. 2)A~D
Data storage in memory & loading into memory to make the program run
Suffix expression (greed + thinking)
Click QT button to switch qlineedit focus (including code)
Flask框架配置loguru日志庫
双向链表—全部操作
Vs2019 initial use
Raspberry pie csi/usb camera uses mjpg to realize web camera monitoring
生成随机密码/验证码
指定格式时间,月份天数前补零
Radar equipment (greedy)
C language is the watershed between low-level and high-level
Codeforces - 1526C1&&C2 - Potions
Acwing: Game 58 of the week
Luogu P1102 A-B number pair (dichotomy, map, double pointer)
1855. Maximum distance of subscript alignment