mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 05:24:22 +08:00
Conda cv2 ImportError libEGL.so.1 fix (#9255)
This commit is contained in:
parent
6de99a29e6
commit
35233822d8
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -240,6 +240,11 @@ jobs:
|
||||
channels: conda-forge,defaults
|
||||
channel-priority: true
|
||||
activate-environment: anaconda-client-env
|
||||
- name: Install Linux packages
|
||||
run: |
|
||||
# Fix cv2 ImportError: 'libEGL.so.1: cannot open shared object file: No such file or directory'
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libegl1 libopengl0
|
||||
- name: Install Libmamba
|
||||
run: |
|
||||
conda config --set solver libmamba
|
||||
|
Loading…
x
Reference in New Issue
Block a user