You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I try to build image using cog I got the error in description: import cv2 ImportError: libGL.so.1: cannot open shared object file: No such file or directory
#119
Closed
anilpatelia opened this issue
May 28, 2024
· 2 comments
File "/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/cv2/init.py", line 181, in
bootstrap()
File "/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/cv2/init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.pyenv/versions/3.11.9/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
Please resolve this issue.
The text was updated successfully, but these errors were encountered:
If you're having an issue with cog, you'll need to reach out to replicate (I think they're the ones that use cog). This is a system-specific issue, not related to surya.
anilpatelia
changed the title
Whili I try to build image using cog I got the error in description: import cv2 ImportError: libGL.so.1: cannot open shared object file: No such file or directory
While I try to build image using cog I got the error in description: import cv2 ImportError: libGL.so.1: cannot open shared object file: No such file or directory
May 29, 2024
File "/src/surya/input/processing.py", line 5, in
File "/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/cv2/init.py", line 181, in
bootstrap()
File "/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/cv2/init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/root/.pyenv/versions/3.11.9/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
Please resolve this issue.
The text was updated successfully, but these errors were encountered: