Skip to content
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

Issue with running on ubuntu-server #54

Open
rjpiston opened this issue Aug 25, 2019 · 1 comment
Open

Issue with running on ubuntu-server #54

rjpiston opened this issue Aug 25, 2019 · 1 comment

Comments

@rjpiston
Copy link

rjpiston commented Aug 25, 2019

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!

@rjpiston
Copy link
Author

I resolved the issue by installing libgl1-mesa-glx

sudo apt install libgl1-mesa-glx

Not sure what ramifications or benefits this gets me on a headless server :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant