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
I set up GitHub Actions to automatically run the project's unit tests using pytest and tox on each push and pull request, but GH Actions always stops with an error when trying to run this line of code: from PySide6 import QtWidgets
Here's the error: ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
Note that there is an E in libEGL.so.1.
I carefully copied all the project config files and dependency version numbers from another project that this setup works with to no avail. Maybe the GH Actions server used for this repo is not properly configured, as every online search about this problem says the solution is to install something else that I can't install into GH Actions.
I set up GitHub Actions to automatically run the project's unit tests using pytest and tox on each push and pull request, but GH Actions always stops with an error when trying to run this line of code:
from PySide6 import QtWidgets
Here's the error:
ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
Note that there is an
E
inlibEGL.so.1
.I carefully copied all the project config files and dependency version numbers from another project that this setup works with to no avail. Maybe the GH Actions server used for this repo is not properly configured, as every online search about this problem says the solution is to install something else that I can't install into GH Actions.
Here is the full GH Actions output
The text was updated successfully, but these errors were encountered: