hello,
Im trying to install an open source sollution to make NZXT Hue + rgb software working in Kubuntu, but im a bit lost with the installation process, Linux has never been simple for me, but I really want to learn.
This is the source that contains the details of the software and how it should be installed (https://github.com/kusti8/hue-plus)
I have tried it, but at the last part of the installation process , I had to put this code in the Terminal (sudo pip3 install hue_plus) However I am constantly getting this message;
kojipro@kojipro-MS-7917:~$ sudo pip3 install hue_plus
The directory '/home/kojipro/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directo
ry. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/kojipro/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If
executing pip with sudo, you may want sudo's -H flag.
Collecting hue_plus
Downloading https://files.pythonhosted.org/packa...5-none-any.whl
Collecting pyqt5 (from hue_plus)
Downloading https://files.pythonhosted.org/packa...-5.14.1.tar.gz (3.2MB)
100% |████████████████████████████████| 3.2MB 658kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.6/tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-vt4eqowx/pyqt5/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vt4eqowx/pyqt5/
Can someone please guide me through the installation process to install NZXT Hue+ software in kubuntu.
Im trying to install an open source sollution to make NZXT Hue + rgb software working in Kubuntu, but im a bit lost with the installation process, Linux has never been simple for me, but I really want to learn.
This is the source that contains the details of the software and how it should be installed (https://github.com/kusti8/hue-plus)
I have tried it, but at the last part of the installation process , I had to put this code in the Terminal (sudo pip3 install hue_plus) However I am constantly getting this message;
kojipro@kojipro-MS-7917:~$ sudo pip3 install hue_plus
The directory '/home/kojipro/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directo
ry. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/kojipro/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If
executing pip with sudo, you may want sudo's -H flag.
Collecting hue_plus
Downloading https://files.pythonhosted.org/packa...5-none-any.whl
Collecting pyqt5 (from hue_plus)
Downloading https://files.pythonhosted.org/packa...-5.14.1.tar.gz (3.2MB)
100% |████████████████████████████████| 3.2MB 658kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.6/tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-vt4eqowx/pyqt5/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vt4eqowx/pyqt5/
Can someone please guide me through the installation process to install NZXT Hue+ software in kubuntu.
Comment