ubuntu下安装opencv ,import cv2 找不到cv2.so

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_34447388/article/details/80185250

特别鸣谢

https://blog.csdn.net/cocoaqin/article/details/78163171

https://stackoverflow.com/questions/15790501/why-cv2-so-missing-after-opencv-installed

https://blog.csdn.net/honyniu/article/details/46390097

http://blog.topspeedsnail.com/archives/4755

这四篇基本就能解决问题了。

anconda懒人安装法Ubuntu

conda update anaconda-navigator

conda update navigator-updater

pip install opencv-python
pip install opencv-python

猜你喜欢

转载自blog.csdn.net/qq_34447388/article/details/80185250