mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 06:14:55 +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
|
channels: conda-forge,defaults
|
||||||
channel-priority: true
|
channel-priority: true
|
||||||
activate-environment: anaconda-client-env
|
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
|
- name: Install Libmamba
|
||||||
run: |
|
run: |
|
||||||
conda config --set solver libmamba
|
conda config --set solver libmamba
|
||||||
|
Loading…
x
Reference in New Issue
Block a user