Can't install QtGui.

998 views
Skip to first unread message

Marina Longnickel

unread,
Jul 1, 2018, 7:12:25 PM7/1/18
to pyqtgraph
Does anyone know how to get this working in Google Colab?
I tried copy pasting the intro example from the website, but getting an error:

ImportError Traceback (most recent call last) <ipython-input-177-b4473c802ecb> in <module>() ----> 1 from PyQt5 import QtCore, QtGui, QtWidgets 2 import pyqtgraph as pg 3 4 ## Always start by initializing Qt (only once per application) 5 app = QtGui.QApplication([]) ImportError: libGL.so.1: cannot open shared object file: No such file or directory

Luke Campagnola

unread,
Jul 2, 2018, 3:34:34 AM7/2/18
to pyqt...@googlegroups.com
If the kernel is running remotely, it's unlikely you'll get Qt to work at all. You could try running a local kernel (https://research.google.com/colaboratory/local-runtimes.html) but I'm not sure that's any help to you..



--
You received this message because you are subscribed to the Google Groups "pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/0dd3ab1e-7358-4ccb-a370-a3d9baebb799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages