Hi:
My streamlit app runs fine locally. I am doing image processing hence using opencv
But when I deploy the app it says :
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for blinker (setup.py): started
ERROR: Failed building wheel for opencv-python-headless
Building wheel for blinker (setup.py): finished with status 'done'
Created wheel for blinker: filename=blinker-1.4-py3-none-any.whl size=13478 sha256=d68f921990555798c44380592087304862ce2c05af5826d0bb78a7b790950ba1
Stored in directory: /tmp/pip-ephem-wheel-cache-vc3hqmkx/wheels/50/93/f8/4f0a42a03a06626d675f13907b6982ad5ecff383530af5a900
Building wheel for validators (setup.py): started
Building wheel for validators (setup.py): finished with status 'done'
Created wheel for validators: filename=validators-0.20.0-py3-none-any.whl size=19582 sha256=e27f962b0bfe279b95e7f3d2e7c79f3eb6f3e4240e690c4d27ef9e532af307aa
Stored in directory: /tmp/pip-ephem-wheel-cache-vc3hqmkx/wheels/2d/f0/a8/1094fca7a7e5d0d12ff56e0c64675d72aa5cc81a5fc200e849
Successfully built numpy blinker validators
Failed to build opencv-python-headless
ERROR: Could not build wheels for opencv-python-headless, which is required to install pyproject.toml-based projects
I adjust according the recommendations forums before opencv but doesnt work
The entire code is on my github here is the link: GitHub - mcastiblanco1251/CV: Tratamiento de Imagenes
Any help is appreciated
Thanks