Skip to content
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

Cannot support EGL version of paraview #36

Open
Jeff0821 opened this issue Jan 26, 2021 · 2 comments
Open

Cannot support EGL version of paraview #36

Jeff0821 opened this issue Jan 26, 2021 · 2 comments

Comments

@Jeff0821
Copy link

Really cool work!
We found there must be a Display on server side?
But our NVIDIA GPU node is in cluster without X Display, when we try with EGL version, it is reported "Unable to eglMakeCurrent"...

@basnijholt
Copy link

It would be great to support this. I am trying to use this package on a remote jupyter notebook on Azure, which has no display (obviously).

Does anyone have an idea what would be required to make it work?

@basnijholt
Copy link

basnijholt commented May 25, 2021

@NickLeaf, I have compiled paraview-egl on conda-forge here with the purpose of getting ipyparaview to run on notebooks that run on a computational cluster.

I am attempting to solve this issue but for now, I am not sure how to even debug this issue. Any help would be appreciated.

edit:
I found that the following code also crashes (without using ipyparaview):

from paraview.simple import Sphere, Show, GetActiveView, Render
sphere = Sphere(ThetaResolution=16, PhiResolution=32)
Show(sphere)
v = GetActiveView()
Render(view=v)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants