-
Notifications
You must be signed in to change notification settings - Fork 79
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
Remove dependency on DISPLAY / X #254
Comments
E.g. ~$ sourmash (sourmash:21985): Gdk-CRITICAL **: gdk_cursor_new_for_display: assertion 'GDK_IS_DISPLAY (display)' failed |
Hi @mw55309,
if you do this:
echo 'backend : Agg' > matplotlibrc
it should disable that. This is a known problem that I patch in our
latest tutorial,
https://sourmash.readthedocs.io/en/latest/tutorials.html
but hasn't made it into the issue tracker - thanks for submitting it!
…---
I also note that you are using sourmash 1.0, I'd suggest updating to the
latest github master (see tutorial for instructions) as we are nearing
a release and the functionality has been vastly expanded.
Also, this problem should only crop up if you try to plot, in the
more recent versions :). (I was really confused at first because I
haven't run into this problem outside of plot for a while now!)
best,
--titus
|
This seems to no longer be an issue with newer matplotlib, but we should add to known issues. |
closed by #419. |
So it turns out if you don't have X enabled / forwarded and $DISPLAY is not set, then nothing in sourmash works, even the functions that don't plan on plotting anything
The text was updated successfully, but these errors were encountered: