安装picamera安装不上,在终端里执行
1.On Windows, execute: set READTHEDOCS=True
2'.On Unix based systems, execute: export READTHEDOCS=True
3.Now execute: pip install picamera
然后在执行
pip intall picamera安装成功,
就可以了
在Ubuntu系统上安装picamera库遇到困难,通过执行'export READTHEDOCS=True'设置环境变量后,再运行'pip install picamera',最终成功安装了picamera。
安装picamera安装不上,在终端里执行
1.On Windows, execute: set READTHEDOCS=True
2'.On Unix based systems, execute: export READTHEDOCS=True
3.Now execute: pip install picamera
然后在执行
pip intall picamera安装成功,
就可以了
5768
2266