anaconda安装Opencv报错:Could NOT find PythonLibs: Found unsuitable version "2.7.6",
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了anaconda安装Opencv报错:Could NOT find PythonLibs: Found unsuitable version "2.7.6",相关的知识,希望对你有一定的参考价值。
机器上装了两个python,一个是默认的,一个是anaconda。安装opencv时就报错了:
-- Found PythonInterp: /home/deeplp/anaconda2/bin/python2 (found suitable version "2.7.12", minimum required is "2.0")
-- Could NOT find PythonLibs: Found unsuitable version "2.7.6", but required is exact version "2.7.12" (found /usr/lib/x86_64-linux-gnu/libpython2.7.so)
这个错有什么影响呢?影响就是 编译好的opencv没有cv2.so文件。这样python就不可以用了。
怎么解决:
方法一:修改cmake.list,指定 pythonlib的路径。无奈我cmake根底浅,改来改去没有解决问题。有解决了的大神欢迎告诉我啊。
方法二:修改bashrc文件,把path中的anaconda路径去掉。这样就会 PythonInterp 和 PythonLibs都是系统默认的python路径了。
然后编译opencv顺利。
编译好后,将bashrc改回来。
将 cv2.so 拷贝到/home/youname/anaconda2/lib/python2.7/site-packages
下面。
import cv2 成功。
以上是关于anaconda安装Opencv报错:Could NOT find PythonLibs: Found unsuitable version "2.7.6",的主要内容,如果未能解决你的问题,请参考以下文章
视觉SLAM十四讲 报错 Could not find a configuration file for package “OpenCV“ that is compatible with reques
安装tensorflow后报错Could not load dynamic library ‘cudart64_110.dll‘; dlerror:cudart64_110.dll not found
opensuse 安装 Anaconda3 之后出现Could not start d-bus. Can you call qdbus?