I have been trying to install something using
pip3 install http://gitlab.com/company/projects/package/-/archive/latest/package-latest.tar.gz
and it's giving me following error.
OSError: Not a gzipped file (b'<!')
Some tracebacks and then.
tarfile.ReadError: not a gzip file
But when I am downloading package-latest.tar.gz and then install it with pip install package-latest.tar.gz it is working fine.