I have a fresh install of MEEP (the FDTD package) in a Conda environment, on a fresh install of elementaryOS. I'm attempting to run the "Visualizing 3D Structures" example code found here. I've installed both both pymeep
and pymeep-extras
, as well as scikit-image
and vispy
(dependencies for the example code).
Running python3 visualizing_3d_structures.py
within the Conda environment yields the error libEGL warning: DRI2: failed to authenticate
, and no graphical display appears. A simple Google search reveals a number of StackExchange posts (with various, at times contradictory advice) relating to a similar issue specific to Raspbian
. none of which seems relevant here, unfortunately.