Skip to content

Cannot install a gitlab private repo with pip >= 21 in python 3.6 #9946

@SamuelNLP

Description

@SamuelNLP

Description

Since pip 20.3.4 has security issues now (#9827) we planned on updating to >= 21.

But now we cannot install our private repo:

pip -v install -e git+git@'gitlab.feedzai.com:commons/javasphinx.git@javasphinx#egg=javasphinx'

Error:

ERROR: git+git@gitlab.feedzai.com:commons/javasphinx.git@javasphinx#egg=javasphinx is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

Expected behavior

No response

pip version

21.1.1

Python version

3.6.9

OS

ubuntu 18.04

How to Reproduce

Use the versions above and a private giltab repo.

Output

No response

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions