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
After installation in clean venv, after run maker I got missing libGL.so error. ImportError: libGL.so.1: cannot open shared object file: No such file or directory
The following depedencies helped. pip install ultralytics pip install opencv-python-headless
I have Ubuntu 20.04 in WSL 2.
The text was updated successfully, but these errors were encountered:
Hi.
After installation in clean venv, after run
maker
I got missinglibGL.so
error.ImportError: libGL.so.1: cannot open shared object file: No such file or directory
The following depedencies helped.
pip install ultralytics
pip install opencv-python-headless
I have Ubuntu 20.04 in WSL 2.
The text was updated successfully, but these errors were encountered: