barius
barius
same issue here: https://github.com/Genesis-Embodied-AI/Genesis/issues/12
> Lame. I spent a while trying to get this to run. This is the blocking error. > > Should put a warning on the repo that it doesn't work...
> I met the same problem in Win10. > > I found that in pyrender/numba_gl_wrapper.py/load_func, the variable `dll` pointed at 'C:\WINDOWS\system32\opengl32.dll', which we know that windows only support OpenGL until...
on some examples the viewer just doesn't pop up while works fine on others. already using threaded render by `gs.tools.run_in_another_thread(fn=run_sim, args=(scene, args.vis))`
could i simply monkey patch https://github.com/rapidsai/cuml/blob/f17f89976c197cffc9fe5794d4cf0f846116a0cc/python/cuml/cluster/kmeans.pyx#L204 here to modify the metric and then recompile the pyx files?