我遵循了很多指南,這是我結束的地方。我運行的是Windows 10 x64,並且已經爲64位安裝了Python 3.6.1。Windows x64上的OpenCV錯誤:無法找到滿足要求的版本
我想通過Sublime Text Editor 2開始使用OpenCV,但是在嘗試通過命令提示符安裝OpenCV時出現錯誤。我遵循這個指南:
https://solarianprogrammer.com/2016/09/17/install-opencv-3-with-python-3-on-windows/
的錯誤是:
Could not find a version that satisfies the requirement opencv_python-3.2.0-cp36-cp36m-win_amd64 (from versions:) No matching distribution found for opencv_python-3.2.0-cp36-cp36m-win_amd64
任何想法?如果我遺漏了任何信息,請隨時詢問,我可以告訴你。謝謝。
你還沒告訴觸發返回錯誤的一步! – thewaywewere
也許你忘了在文件名中包含文件擴展名('.whl')? Pip需要完整的文件名'opencv_python-3.2.0-cp36-cp36m-win_amd64.whl' – cgohlke