Ablinne / kolorcontrol

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

Not Found Errors #6

Closed pjobson closed 6 years ago

pjobson commented 6 years ago

These are bizarre, claims that your git does not exist, where it obviously does.

I have no real knowledge of PIP or python, so I could be screwing something up.

$ pip3 install git@github.com:Ablinne/kolorcontrol.git
Invalid requirement: 'git@github.com:Ablinne/kolorcontrol.git'
It looks like a path. File 'git@github.com:Ablinne/kolorcontrol.git' does not exist.
$ pip3 install https://github.com/Ablinne/kolorcontrol.git
Collecting https://github.com/Ablinne/kolorcontrol.git
  Downloading https://github.com/Ablinne/kolorcontrol.git
     | 71kB 2.0MB/s
  Cannot unpack file /tmp/pip-unpack-qibcsqvd/kolorcontrol.git (downloaded from /tmp/pip-req-build-vh5teyuv, content-type: text/html; charset=utf-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-req-build-vh5teyuv
$ pip3 --version
pip 10.0.1 from /home/pjobson/.local/lib/python3.5/site-packages/pip (python 3.5)
Ablinne commented 6 years ago

Good catch, I was sure I had fixed that path, but I obviously did not. I fixed the Readme file now, the correct path is git+https://github.com/Ablinne/kolorcontrol.git.