-
Notifications
You must be signed in to change notification settings - Fork 234
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
TypeError: ('startswith first arg must be bytes or a tuple of bytes, not str', (1, array([0], dtype=uint32))) #109
Comments
Have you solved the problem? I have also faced this problem. |
No. Haven't. Anyone can help? |
Upgrading to PyOpenGL==3.1.5 helped |
I fixed it with this |
It still do not work under my condition LOL, is there other solution? Or just my misunderstanding that i just change one line in the source code of egl.py, just replace 'GL' with 'OpenGL'? |
change os.environ['PYOPENGL_PLATFORM'] = 'osmesa' to os.environ['PYOPENGL_PLATFORM'] = 'egl' |
This works for me when i was trying to visualize human mesh. |
This fixed it for me too, thank you! |
works for me ! |
Hi~
When I used pyrender to generate some results, I met some errors.
My environment is: Ubuntu 16.04, Python3.7, cuda10.0 and with PyOpenGL PyOpenGL_accelerate installed.
But I got the following error:
The error begin with
Anyone can help?
Thanks in advance!
The text was updated successfully, but these errors were encountered: