-
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
Adding mesalib does not make my vcs headless-compatible #394
Comments
Just to be sure, I have also added mesalib to the remote server I mentioned in #393 (comment), and I get the same kind of errors
mesalib is installed!
|
@jypeter please send em the output of: Thx |
On both servers, I get
I have not tried the headless test in the python 3 version, but I get
|
yes conda did not bring vtk-cdat to use mesalib
|
OK, I have used your install command
And now it works indeed! I have even cleared the canvas and plotted something else
Works also fine when DISPLAY is not set I see that I was using the out-of-date steps of https://github.com/CDAT/cdat/wiki/install. The page is OK now (I have refreshed it), but the page already opened in my browser was unfortunately out-of-date |
@jypeter thans. Indeed the msalib version does NOT need a DISPALY. Glad it helps you moving forward. |
I guess I can close this one |
Following @danlipsa #393 (comment), I have added mesalib to my installation with
conda install -n cdatm18_py2 -c conda-forge mesalib
Unfortunately, this does not seem to solve my problem!
If DISPLAY is set , I still get OpenGL2 related errors when executing x.plot
If DISPLAY is not set, vcs gives me the helpful message (Set your DISPLAY env variable or install mesalib conda package) I once requested in #211, eventhough mesalib is already installed!
I have tried to plot in a new canvas with bg=True, but I get the same result
The text was updated successfully, but these errors were encountered: