Conda cv2 ImportError libEGL.so.1 fix (#9255)
This commit is contained in:
parent
6de99a29e6
commit
35233822d8
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue