Rob Royce
Rob Royce
I also ran into this (running on a M1 Max). Note that you have to use the `--vis` flag (i.e. `run_on_macos.py --vis`). But in my case, it still fails with...
Try `pip install -U PyOpenGL`
Duplicate of #30
See #26 and the fix in #27 tl;dr: install `ffmpeg` using Brew
Check #26 Duplicate of #32
> I am able to run `python examples/render_on_macos.py` successfully, but no GUI seems to appear. I see a new item in my Dock for a moment, and then it disappears....
Works for me after: * Install `ffmpeg` using `brew install ffmpeg` * Upgrade PyOpenGL with `pip install -U PyOpenGL` * Remove `pygel3d` with `pip uninstall pygel3d` (that will get rid...
See my comment [here](https://github.com/Genesis-Embodied-AI/Genesis/issues/11#issuecomment-2553024034). You need to install `ffmpeg`, update `PyOpenGL`, and uninstall `pygel3d`
> @RobRoyce Thanks, but still not working at all. The interactive viewer never opens. You are likely seeing the following warning message: ``` [Genesis] [01:07:26] [WARNING] Non-linux system detected. In...