Summary
Hi
I have written âopencv-python-headlessâ in requirements.txt
Still getting this error:
ImportError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if youâre on Streamlit Cloud, click on âManage appâ in the lower right of your app).
Traceback:
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.__dict__)File "/app/new/pages/2-Video_Dehazer.py", line 2, in <module>
import cv2
Probably a typo or this file is not in the root folder of the GitHub repository.
Hi @Franky1
I donât seem to have a typo. I believe I have requirements.txt in root directory
but I also use Pages folder to maintain pages and have Homepage.py as my starting point in root directory could you please have a look to the github.
LINK: GitHub - whizAman/new
here is deployment link: https://whizaman-new-homepage-juusqh.streamlit.app/
Thanks in Advance
Iâm having the same difficulty. did you manage to solve it?
include opencv-python-headless instead of cv2 in requirements.text
and also make a packages.txt and include the following:
libgl1-mesa-glx
libglib2.0-0
This resolved my issue!