-
When I try to run `make install` under Python 3.10.9 virtual environment, it ends up with following up (I have upgraded pip):
```
Installed /home/admin/venv-py3109/lib/python3.10/site-packages/lmfi…
-
I try it: export MESA_GL_VERSION_OVERRIDE=3.3. But the following error still occurred, My computer is configured with MAC 2.4 GHz 8-core Intel Core i9
raise self._errorClass(
OpenGL.error.GLEr…
-
```
As the documentation said,
http://pyopengl.sourceforge.net/documentation/opengl_diffs.html, PyOpenGL 3.0
is slow. And after a test by using directly C GL, it's really slow.
Goal:
1. add a new …
-
I have a working render stack, which renders normally when using X11 platform. However when I set the plataform to osmesa the following error happens:
```
Traceback (most recent call last):
Fil…
-
When I run _**python -m scripts.data_processors.smpl.generate_smpls --reference_imgs_folder reference_imgs --driving_video_path driving_videos/your_video_1 --device YOUR_GPU_ID**_,it reports an error:…
-
I can't install pyopengl_accelerate in venv on windows 10. I try to install C++ build tools and cython, but it isn't working.
That's pip logs:
```shell
(venv) ~\PycharmProjects\PhiRender--Kasytano …
-
* interactive volume rendering for yt version:
* Python version:
* Operating System:
### Description
_Off-screen Volume Rendering_ example on macos 14.7
### What I Did
just ran the examp…
-
Hi, thank you for your hard work! I downloaded the release tarball for 3.1.8 from here (since it isn't tagged on PyPI) and attempted to build it. It did build, but it generated `PyOpenGL-3.1.7.dist-in…
-
I create a new virtual env and run
`pip install PyOpenGL-accelerate`
I am having a very long error that ends like this:
```bash
clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDE…
-
While testing the garment simulation, I encountered an error when rendering the garment [garment_specification.json](https://github.com/user-attachments/files/16995341/garment_specification.json).
…