Altug Engin
Altug Engin
> please try just by giving **opencv** instead of opencv-python in requirements.txt, and let me know if it helps you solve the issue. exactly same issue for me too... Unfortunately...
Traceback (most recent call last): File "", line 40, in File "", line 229, in run_module File "", line 88, in _run_code File "/tmp/serious_python_tempBWLPXY/main.py", line 2, in File "/tmp/serious_python_tempBWLPXY/__pypackages__/cv2/__init__.py", line...
> IMHO This is because packaging removes the "py" files, leaving only the "pyc" files. > > As a quick fix, you can add config.py and config3.py to `data/flutter_assets/app/app.zip/__pypackages__/cv2/` manually....