-
Notifications
You must be signed in to change notification settings - Fork 438
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
[CI] Remove imageio-ffmpeg
from dependencies.
#2519
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I deprecated the relevant features. This was really a hold-over from the Colab age. We wanted to write the videos as fast as possible to make the cells more interactive. Good to remove if it is causing dependency mixups and friction for folks.
imageio-ffmpeg
from dependencies.
The failing test indicates that we need to add a lab refactor which is now live in facebookresearch/habitat-lab#2117 |
Re-running the tests after merging the downstream lab refactor. |
I am encoutering the same problem with v0.3.2. How could I fix it? |
Fix it by update viz_utils.py as in in commits and also remove all libva, libgl, libglx, libegl and libglvnd in conda env/lib/ path |
Motivation and Context
The
imageio-ffmpeg
dependency is not strictly required to runhabitat-sim
.This package depends on
libva
, which depends onlibgl
,libglx
,libegl
andlibglvnd
.Those 4 last packages may conflict with Linux packages, causing the OpenGL front-end libraries to fail to communicate to the OpenGL backend.
This error may occur:
How Has This Been Tested
Tested locally on a new conda environment.
Types of changes
Checklist