i am trying to run cv2, and when i try to import it i get
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
the suggested solution online is installing
apt install libgl1-mesa-glx
but this is already installed and the latest version.Any help would be really helpful.Thanks in advance.
pip install opencv-python? Could be another issue. See github.com/matplotlib/matplotlib/issues/9954. Try creating a virtualenv and test it there. Can you share your code snippet where its throwing the exception? - HariUserX