Error while importing the aidge_backend_opencv module
I finally managed to install the aidge_backend_opencv module by adding the path to OpenCV/build in the CMakeList.txt file. However, when I try to import this module into my code for use (tutorial Database), the following error appears:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], line 2
1 import aidge_core
----> 2 import aidge_backend_opencv
3 import aidge_backend_cpu
4 import aidge_onnx
File c:\Users\Mission\miniconda3\envs\env_aidge\lib\site-packages\aidge_backend_opencv\__init__.py:2
1 # Example 1: import .so generated by PyBind
----> 2 from aidge_backend_opencv.aidge_backend_opencv import *
ImportError: DLL load failed while importing aidge_backend_opencv: Le module spécifié est introuvable.