美文网首页
安装opencv3时出现问题ImportError: numpy

安装opencv3时出现问题ImportError: numpy

作者: 爬的慢的蜗牛 | 来源:发表于2019-04-06 20:30 被阅读0次

    找了许多中文和英文的解释都没搞清楚

    后来找到原因是numpy版本不合适,可能过高,或过低,

    解决方法:安装合适版本的numpy就可以

    ```

        python3 -m pip install numpy==1.14.5 -i https://pypi.tuna.tsinghua.edu.cn/simple 

    ```

    查看numpy版本方式:

        输入numpy.__version__#注意前后都有两横

    参考https://pypi.org/project/opencv-python/3.3.0.9/

            https://zhuanlan.zhihu.com/p/29026597

    相关文章

      网友评论

          本文标题:安装opencv3时出现问题ImportError: numpy

          本文链接:https://www.haomeiwen.com/subject/tbhdiqtx.html