Ablinne / kolorcontrol

Simple GUI front-end to xcalib
GNU General Public License v3.0
26 stars 5 forks source link

Pip install fails - kolorcontrol command not found #14

Closed silverNitrateIon closed 5 years ago

silverNitrateIon commented 5 years ago

I tried installing through pip the kolorcontrol package, however, after the following readout from install, I get the error I list below.

user@usersthinkpad >>> pip3 install --user git+https://github.com/Ablinne/kolorcontrol.git Collecting git+https://github.com/Ablinne/kolorcontrol.git Cloning https://github.com/Ablinne/kolorcontrol.git to /tmp/pip-req-build-jtg3e5il Requirement already satisfied: matplotlib>=1.3 in /home/terminal/.local/lib/python3.7/site-packages (from KolorControl==0.3.1) (3.0.3) Requirement already satisfied: pyqt5 in /home/terminal/.local/lib/python3.7/site-packages (from KolorControl==0.3.1) (5.12.1) Requirement already satisfied: pyqt_distutils in /home/terminal/.local/lib/python3.7/site-packages (from KolorControl==0.3.1) (0.7.3) Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /home/terminal/.local/lib/python3.7/site-packages (from matplotlib>=1.3->KolorControl==0.3.1) (2.4.0) Requirement already satisfied: python-dateutil>=2.1 in /usr/lib/python3/dist-packages (from matplotlib>=1.3->KolorControl==0.3.1) (2.7.3) Requirement already satisfied: numpy>=1.10.0 in /home/terminal/.local/lib/python3.7/site-packages (from matplotlib>=1.3->KolorControl==0.3.1) (1.16.3) Requirement already satisfied: cycler>=0.10 in /home/terminal/.local/lib/python3.7/site-packages (from matplotlib>=1.3->KolorControl==0.3.1) (0.10.0) Requirement already satisfied: kiwisolver>=1.0.1 in /home/terminal/.local/lib/python3.7/site-packages (from matplotlib>=1.3->KolorControl==0.3.1) (1.0.1) Requirement already satisfied: PyQt5_sip<4.20,>=4.19.14 in /home/terminal/.local/lib/python3.7/site-packages (from pyqt5->KolorControl==0.3.1) (4.19.15) Requirement already satisfied: docopt in /home/terminal/.local/lib/python3.7/site-packages (from pyqt_distutils->KolorControl==0.3.1) (0.6.2) Requirement already satisfied: six in /usr/lib/python3/dist-packages (from cycler>=0.10->matplotlib>=1.3->KolorControl==0.3.1) (1.12.0) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from kiwisolver>=1.0.1->matplotlib>=1.3->KolorControl==0.3.1) (40.8.0) Building wheels for collected packages: KolorControl Running setup.py bdist_wheel for KolorControl ... done Stored in directory: /tmp/pip-ephem-wheel-cache-x3hb4gvm/wheels/3d/7e/91/27b0d6423515512f102157955cce023406db31bdb1d45cf306 Successfully built KolorControl Installing collected packages: KolorControl Successfully installed KolorControl-0.3.1

The error is:

user@usersthinkpad >>> kolorcontrol zsh: command not found: kolorcontrol When I run it in Bash, I get the following similar error:

user@usersthinkpad >>> kolorcontrol kolorcontrol: command not found

I'm running python3 on Disco Dingo (19.04).

Thanks!

Note: Building from source works.

Ablinne commented 5 years ago

Probably just an issue with your PATH. The script should have been installed to /home/terminal/.local/bin/kolorcontrol. Could you try running it from there?

Ablinne commented 5 years ago

Closing this for now, reopen when there is new info.