Installation command misses git+
Closed this issue · 1 comments
maxfilippov commented
Attempt to install via suggested command fails for me:
user@ubuntu:~$ pip install https://github.com/panda-official/DriftPythonClient.git
Collecting https://github.com/panda-official/DriftPythonClient.git
Downloading https://github.com/panda-official/DriftPythonClient.git
\ 183 kB 444 kB/s
ERROR: Cannot unpack file /tmp/pip-unpack-ue4subk5/DriftPythonClient.git (downloaded from /tmp/pip-req-build-_vtte84i, content-type: text/html; charset=utf-8); cannot detect archive format
ERROR: Cannot determine archive format of /tmp/pip-req-build-_vtte84i
OS: Ubuntu 20.04 focal
Kernel: x86_64 Linux 5.4.0-59-generic
pip 20.0.2
But the command
pip install git+https://github.com/panda-official/DriftPythonClient.git
completes installation.
atimin commented
Thanks for the report! I've fixed it in README