“DLL load failed” when import cv2 (opencv)

前端 未结 15 1098
萌比男神i
萌比男神i 2020-12-14 08:45

In [windows server 2012 R2 x64, python 3.7 64x]

pip install opencv-contrib-python

installed without any error .
and when I try to impor

15条回答
  •  鱼传尺愫
    2020-12-14 09:23

    Python 3.7 may not support some modules.

    • Try installing python 3.6.4
    • Using command prompt, "pip install opencv" or "pip install opencv-python"
    • Import cv2

提交回复
热议问题