-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] return self._finalCall( *args, **named ) TypeError: 'NoneType' object is not callable During handling of the above exception, another exception occurred: TypeError: startswith first arg must be bytes or a tuple of bytes, not str #61
Comments
It's not bug in VIBE. It's pyrender problem. Pyrender 0.1.36 and PyOpenGL 3.1.0 are working fine in my case. You can check Pyrender Offical repo for detail information. |
Thanks! |
If you have problems running our code, please include;
Anyone can help?
Thanks in advance!
Update:
After ran the code
pip install PyOpenGL PyOpenGL_accelerate
The error became:
The text was updated successfully, but these errors were encountered: