You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
$ conda info
active environment : None
user config file : /home/stuart/.condarc
populated config files : /home/stuart/.condarc
conda version : 4.5.11
conda-build version : 3.14.4
python version : 3.6.6.final.0
base environment : /opt/miniconda (writable)
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/free/linux-64
https://repo.anaconda.com/pkgs/free/noarch
https://repo.anaconda.com/pkgs/r/linux-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/pro/linux-64
https://repo.anaconda.com/pkgs/pro/noarch
https://conda.anaconda.org/conda-forge/linux-64
https://conda.anaconda.org/conda-forge/noarch
package cache : /opt/miniconda/pkgs
/home/stuart/.conda/pkgs
envs directories : /opt/miniconda/envs
/home/stuart/.conda/envs
platform : linux-64
user-agent : conda/4.5.11 requests/2.19.1 CPython/3.6.6 Linux/4.18.12-arch1-1-ARCH arch/rolling glibc/2.28
UID:GID : 1000:1000
netrc file : None
offline mode : False
```
I then try and import the `vtkOSOpenGLRenderWindow` offscreen renderer (or run the offscreen render script in the first post on enthought/mayavi#477) and it fails to import the renderer or issues a no X sever error.
The text was updated successfully, but these errors were encountered:
I had the same issue. Check out #81 and pyvista/pyvista#155 for how I solved this on my end.
I should note that this is only a workaround for end-users like us - it is not a native vtk solution and the maintainers of this repository should not recognize it as such.
I am trying to test out the offscreen rendering using the osmesa variant of vtk. This is motivated by enthought/mayavi#477.
Environment (
conda list
): I created a clean env with:conda create -n mayavi_osmesa -c conda-forge mesalib vtk python=3.6
which gives me the following env:
Details about
conda
and system (conda info
):I then try and import the `vtkOSOpenGLRenderWindow` offscreen renderer (or run the offscreen render script in the first post on enthought/mayavi#477) and it fails to import the renderer or issues a no X sever error.
The text was updated successfully, but these errors were encountered: