I have already installed xflux. But when i run fluxgui in command line it says:fluxgui
Traceback (most recent call last):
File "/usr/local/bin/fluxgui", line 17, in <module>
from fluxgui.fluxapp import main
File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 3, in <module>
from fluxgui import fluxcontroller, settings
File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxcontroller.py", line 1, in <module>
from fluxgui import xfluxcontroller
File "/usr/local/lib/python2.7/dist-packages/fluxgui/xfluxcontroller.py", line 1, in <module>
import pexpect
ImportError: No module named pexpect
I am using Ubuntu 16.04.3 LTS 64-bit Is there any better alternative to programs like xflux? My eyes strain while not using it.
sudo -E pip install pexpect
– George Udosen Aug 29 '18 at 12:40sudo apt full-upgrade
orsudo apt dist-upgrade
) as you should be using 16.04.5 LTS and your system is a lot of updates behind. – guiverc Aug 29 '18 at 12:43