使用pip3 安裝cv2包的時候報錯
1 PS C:\Users\lenovo> pip3 install cv2 2 Collecting cv2 3 Could not find a version that satisfies the requirement cv2 (from versions: ) 4 No matching distribution found for cv2
解決方案:
pip3 install opencv-python
使用pip3 安裝cv2包的時候報錯
1 PS C:\Users\lenovo> pip3 install cv2 2 Collecting cv2 3 Could not find a version that satisfies the requirement cv2 (from versions: ) 4 No matching distribution found for cv2
解決方案:
pip3 install opencv-python
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。