Yushan ZHANG
Yushan ZHANG
> Genesis doesn't use trimesh from pip install, but from `genesis/ext/trimesh`. See [here](https://github.com/Genesis-Embodied-AI/Genesis/blob/main/genesis/vis/rasterizer_context.py#L8). You can check by > > ``` > from genesis.ext import pyrender, trimesh > from genesis.ext.pyrender.jit_render import...
> NVTT is warning. The main error is pybind11. Please check [FAQ](https://genesis-world.readthedocs.io/en/latest/user_guide/getting_started/visualization.html#faq). > > ``` > pip install -e ".[render]" > ``` > > or > > ``` > pip...
> ### Rewritten for my Ubuntu 24 setup > > _**Note installation path for LuisaRenderPy**_ > > (genesis2) jorge@jorge-X99:~/Genesis/examples/rendering$ python demo.py --vis > > ``` > import torch > import...
> By installation, you mean compiling Luisa, right? If so, how many processes are you using? Perhaps do single-process make? > > (All the machines I tested have 64G+ cpu...
Maybe you can try to update your OpenGL or reinstall CUDA in 12.6 version.