-
Notifications
You must be signed in to change notification settings - Fork 233
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
Running with Xserver on WSL2 #83
Comments
@jaclynsaunders Can confirm it doesn't work with VcXsrv, even with proper firewall permissions etc. Will try a different X server when I get a chance. |
I can confirm it works okay for me! Don't really know why though. Tried a lot of different things on wsl1 to make it work. |
So I struggled with this today and got it to work. I believe it has to do with LIBGL_ALWAYS_INDIRECT Instead have LIBGL_ALWAYS_INDIRECT=0 in .bashrc and uncheck the OpenGL box when running VcXsrv Edit: @jaclynsaunders in case you never saw this and still care |
Hi. I've been trying to build pandasgui on WSL2 (Ubuntu 20.04). (I was having some issues with sip imports via the pip install, but the conda package did not have that issue.) I've hit a snag that I'm stuck on and would appreciate any advice. I'm calling pandasgui via a jupyter lab notebook with the Xserver VcXsrv. A window with a black renders when I call
show(dataframe)
, but I'm unable to see the data (but some hovering features come through).The following is printed to the terminal:
Any advice would be greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: