adamerose / adamerose/PandasGUI
Running with Xserver on WSL2
- Lenguaje dominante
- Python
- Estrellas
- 3.3k
- Forks
- 239
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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:
```
QGLXContext: Failed to create dummy context
QQuickWidget: Failed to make context current
QQuickWidget::resizeEvent() no OpenGL context
QQuickWidget: Failed to make context current
QQuickWidget: Attempted to render scene with no context
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
QQuickWidget: Attempted to render scene with no context
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
qt.qpa.backingstore: composeAndFlush: makeCurrent() failed
...
```
Any advice would be greatly appreciated. Thanks!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.