Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependecies when installing in clearn venv #222

Open
iwtu opened this issue Jul 8, 2024 · 1 comment
Open

Missing dependecies when installing in clearn venv #222

iwtu opened this issue Jul 8, 2024 · 1 comment

Comments

@iwtu
Copy link

iwtu commented Jul 8, 2024

Hi.

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.

@myhloli
Copy link

myhloli commented Jul 11, 2024

sudo apt update
sudo apt install libgl1-mesa-glx libegl1-mesa-dev

you need install libgl by shell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants