-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue for visualization #1
Comments
Sounds like it might be an issue with the xserver. Are you running this remotely? |
Yes, I ran it remotely. Is there any way I could save the GIF? |
Seems like a problem with pyvista and the xserver. @hbgtjxzbbx do you know what could be causing this? |
I tried to run locally. But it did not work either. |
With the same error message? |
Yes. I tried to fix the bug but in vain. I have to use another way of visualization now. Thanks for your response. |
Sorry for the late reply. if you run it remotely in headless display mode, please follow pyvista installation guide. sudo apt-get install libgl1-mesa-dev Then, you need to configure the headless display, for MyBinder, create a file called start and include the following set up script that will run every time your Docker container is launched: #!/bin/bash |
colab |
Thanks for such an excellent work. When I tried to visualize the point cloud, the following issue was raised:
It looks like the issue happened on the 'p.write_frame()' function.
Hope for your answer. Thanks。
The text was updated successfully, but these errors were encountered: