Import error and cannot open shared object file

File "Streamlit_app/Home.py", line 1, in <module>
import cv2

ImportError: libGL.so.1: cannot open shared object file: No such file or directory

I am new to the streamlit and python as well app is working fine in the local but after deploying i cant able to use cv2 package and also if i try to open any image or want to go the next page it was showing file not found

Please let me know how to fix this issues 

Any idea would be appreciated

[https://github.com/sayile/Streamlit-cartoonizer-app/tree/main/Streamlit_app]

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.