After installation of OPENCV, Spyder fails to run in the latest Anaconda Python

58 Views Asked by At

I installed the latest Anaconda Python 2023-09, in Windows 10 as a new and clean installation. It runs Spyder normally. After installing OPENCV using the command "conda install conda-forge::opencv", next, Spyder is unable to work, and show me the message. enter image description here

I tried to solve it using other suggestions in this forum, but without any success. When I enter in the "anaconda promtp" and import cv2, the results is:

Traceback (most recent call last): File "", line 1, in ImportError: DLL load failed while importing cv2: The specified module could not be found.

Can you experienced it or can I report it as a bug?

Nota: I have win10, fully updated, and the NVIDIA driver also fully updated.

0

There are 0 best solutions below