美文网首页
pip ERROR cound not find a versi

pip ERROR cound not find a versi

作者: emiya_d8a0 | 来源:发表于2020-03-29 22:40 被阅读0次

    树莓派 pip 安装 opencv 出问题

    pip3 install opencv-python
    
    ERROR: Could not find a version that satisfies the requirement opencv-python (from versions: none)
    ERROR: No matching distribution found for opencv-python
    

    经过查阅也没有找到解决方案, 换源没有用. 没有尝试直接卸载python, 因为有很多库安装起来麻烦.

    可以使用apt来安装

    sudo apt install python-opencv 
    
    sudo apt install python3-opencv
    

    分别安装两个版本.

    相关文章

      网友评论

          本文标题:pip ERROR cound not find a versi

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