当前位置:网站首页>Learn Ruixin micro rk3399pro record (10)
Learn Ruixin micro rk3399pro record (10)
2022-04-21 07:18:00 【ZhangLH66】
This is the first n Reinstall the system and development environment again , Zero everything
The reason for zeroing is , The lab teacher took me IP For another classmate , As a result, I haven't been connected to the Internet in the follow-up (20 One time in a row ), Cause I suspect that there is something wrong with the network card first , Finally, I suspect that the system environment is too complex , So reinstall the system , Zero everything . Super gas ~
Add pc loading rk Some problems encountered in the environment :
problem 1,python3.5 It's going to be out of date , Switch to python3.6, The installation uses the following statement
sudo apt-get install python3.6
Error indication :
Can't locate python3.6 Installation package
terms of settlement :
sudo add-apt-repository ppa:deadsnakes/ppa
etc. Show ok in the future
Input
sudo apt-get install python3.6
If it doesn't , You can enter a sentence before
sudo apt-get update
Then enter... On the command line python, You will find that the version is still displayed as 3.5
Use the following statement to check whether you can find python3.6 word
cd /usr/bin && ll
If you can , Then use
sudo rm python3
sudo ln -s python3.6 python3
Then install the system environment according to my previous blog , But notice python Version changed to 3.6 So the installation rknn The version should also be changed
This will be reported during installation wrong :
XXXX fatal error: python.h There are no such files and directories
terms of settlement :
sudo pip3 install python3.6-dev
Update encountered python3.6 After the version , For before python3.5 The modules installed in the version can't be used
If appear :
No module named ‘pip.internal’
The error of
Go directly to the wrong file , The... In the document
from pip._internal import main
Screen out
Replace with :
from pip import main
Save to exit
Then the module before installation will encounter an error
command “python setup.py egg_info” failed with error code 1
terms of settlement :
sudo python -m pip install --upgrade --force pip
sudo pip install setuptools==33.1.1
Install here rk Environment success , Spend a day reloading other environments tomorrow
版权声明
本文为[ZhangLH66]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210614498349.html
边栏推荐
- 2022牛客寒假补题记录 2
- 【LeetCode 459 】重复的子字符串
- 【LeetCode 954】二倍数对数组
- Pm2 部署 Nuxt 项目
- 毕业设计,课程环节学生成绩评价系统
- Program download and data extraction using JLINK command line
- Integers Have Friends 区间gcd + 双指针
- This site cannot provide a secure connection. An unsupported protocol is used
- P1586 四方定理题解
- CF6D Lizards and Basements 2题解
猜你喜欢

【LeetCode 67】二个进制数求和
![[SSM integration] 4 Logic code writing and testing](/img/0b/5745b18ae8ee5db7b36dbb7c8d0bdd.png)
[SSM integration] 4 Logic code writing and testing

最实用的Chrome插件

跨域问题-Allow-Origin header contains multiple values... but only one is allowed

HLOJ 1936 铺满方格

Chapter 5 support vector machine (SVM)
![[ksz8863] information summary and board verification results of ksz8863 switch chip](/img/a0/2bfb72104d2ad3f42f1bd3121c58b4.png)
[ksz8863] information summary and board verification results of ksz8863 switch chip
【ThreadX】H743+ThreadX+FileX移植记录

Notes on the use of STM32 h743 ECC memory

Swagger2生成Api文档
随机推荐
QThread简单测试理解
微服务架构下的数据库拆分
跨域问题-Allow-Origin header contains multiple values... but only one is allowed
完全清理mysql-win
反射执行FlinkSql代码时找不到UDF的class报ClassNotFound
【LeetCode 383】赎金信
数据异构方案
为短路运算符布尔表达式添加括号
【LeetCode169】多数元素
验证码的生成
P1018 乘积最大题解
C#数组
[STM32 H7] h743 notes on address distribution of each memory block
Pm2 部署 Nuxt 相关命令
什么是PaaS?平台即服务介绍
2020杭电多校赛第一场1006 Finding a MEX(hdu6756)
末日将至(简单计算几何)
Gnu-efi头文件
【LeetCode 290】单词规律
使用 mtrace 追踪内存泄露问题