树莓派4  安装opencv-python

﹥>﹥吖頭↗ 提交于 2020-04-06 16:56:16

安装地址:

http://www.freesion.com/article/4543304914/

 

树莓派4B+ 安装opencv-python 环境错误

/usr/local/lib/python3.7/dist-packages/cv2/cv2.cpython-37m-arm-linux-gnueabihf.so: undefined symbol: __atomic_fetch_add_8

bug问题与解决网址:https://github.com/piwheels/packages/issues/59

 

  • 树莓派thonny程序启动
LD_PRELOAD=/usr/lib/arm-linux-gnueabihf/libatomic.so.1 thonny &
  • 4.1.1.26 卸载这个版本bug
  • pip3 uninstall opencv-contrib-python
    pip3 install opencv-contrib-python==4.1.0.25
STM 32序列号方案 https://blog.csdn.net/duanfeiteng0814/article/details/53067600
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!