
树莓派
Chrollo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
树莓派安装出现的问题
1、开启wifi和ssh sudo raspi-config 2、键盘#打出£ sudo vim /etc/default/keyboard 将XKBLAYOUT=”gb”中的gb改成us 3、更改下载源 sudo vim /etc/apt/sources.list 将原文件注释掉 deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspb...原创 2018-11-27 22:53:45 · 741 阅读 · 0 评论 -
树莓派上面import numpy失败的解决办法
错误信息: ImportError: Importing the multiarray numpy extension module failed. Most likely you are trying to import a failed build of numpy. If you're working with a numpy git repo, try `git clean -xdf`...原创 2018-12-01 22:32:48 · 4158 阅读 · 1 评论