dll load failed error when using opencv with python3

If it is directly pip install opencv or conda install opencv, then you should uninstall pip uninstall opencv or conda uninstall opencv first, it seems that because this only supports python2, there will be an error. You can install opencv-python instead, which can be used on python3. After installation, you can still use import cv2 to verify it.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325645099&siteId=291194637