Hi everyone,
I've compiled OpenCV on my computer but the python binding doesn't work. When I try to import the library, it shows me the following text:
ImportError: OpenCV loader: missing configuration file: ['config-3.7.py', 'config-3.py']. Check OpenCV installation.
I'm using Ubuntu 18.04 and Anaconda environment with python 3.7 and It's the first time I've seen this message and I can't fix it. Any ideas?
Thank you.