ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation.

I got the following error when I open my kivy app in Android. ImportError: OpenCV loader: missing configuration file: ['config.py']. Check OpenCV installation. I am using opencv version 4.8.0.76, when I run the app in windows it is working fine. But when I created apk and try to run it in Android, app crashes I specified the opencv-python==4.8.0.76 in requirements section in buildozer.spec file. I gave camera permissions to Android app also but still it crashes. Help me to fix this. Thanks in advance

3rd Oct 2023, 6:21 PM
Pardha Saradhi
1 Respuesta
0
Try upgrading opencv-python and pyinstaller pip install --upgrade opencv-python pip install --upgrade pyinstaller
4th Oct 2023, 8:59 AM
Alaa Aldeen Shammr
Alaa Aldeen Shammr - avatar