-
Notifications
You must be signed in to change notification settings - Fork 108
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
module 'pyglet.gl' has no attribute 'xlib' #8
Comments
This might be a problem related to rendering. What operating system and GPU do you use? |
@Rouen007 @marian42 Thank you for your attention and comments. I am also using Mac OS and windows 10. I solved the problem on Mac OS. I found that mesh-to-sdf depends on pyrender and pyrender depends on pyglet. Also the version of pyglet should be 1.4.0b1. See the following link for a detailed explanation. https://pyrender.readthedocs.io/en/latest/install/index.html#python-installation |
Thank you very much. And I handle the issue by "pip install mesh-to-sdf numpy PyOpenGL PyOpenGL-accelerate sklearn pyrender==0.1.36 scikit-image==0.15.0" in Python3.6 environment. |
Great! It seems we have identified several alternative ways to solve the problem. Let me close this question. |
I met with the error when I tried the example codes in the Github document. Could you let me know why?
The text was updated successfully, but these errors were encountered: