You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running ubuntu-server 18.04. Hue_plus installed successfully, however whenever I run any command i get the following:
Traceback (most recent call last):
File "/usr/local/bin/hue", line 7, in
from hue_plus.hue import main
File "/home/scdigital/.local/lib/python3.6/site-packages/hue_plus/hue.py", line 11, in
from . import picker
File "/home/scdigital/.local/lib/python3.6/site-packages/hue_plus/picker.py", line 3, in
from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QColorDialog
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
I'm assuming It's looking for something to do with launching the GUI, however, I'm running ubuntu server.
Any help would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm running ubuntu-server 18.04. Hue_plus installed successfully, however whenever I run any command i get the following:
Traceback (most recent call last):
File "/usr/local/bin/hue", line 7, in
from hue_plus.hue import main
File "/home/scdigital/.local/lib/python3.6/site-packages/hue_plus/hue.py", line 11, in
from . import picker
File "/home/scdigital/.local/lib/python3.6/site-packages/hue_plus/picker.py", line 3, in
from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QColorDialog
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
I'm assuming It's looking for something to do with launching the GUI, however, I'm running ubuntu server.
Any help would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: