Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install git+git@path unless editable mode is used #3577

Closed
toddjames opened this issue Mar 19, 2016 · 1 comment
Closed

Cannot install git+git@path unless editable mode is used #3577

toddjames opened this issue Mar 19, 2016 · 1 comment
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@toddjames
Copy link

  • Pip version: 8.1.1
  • Python version: 2.7.6
  • Operating System: Ubuntu 14.04.4 LTS

Description:

I cannot install from git in non-editable mode using the following syntax, however installing using the exact same path in editable mode works just fine.

git+git@server:path@branch#egg=egg_name

What I've run:

todd@dev:~$ pip install git+git@git.example.com:lib/example.git@dev#egg=example_lib
Invalid requirement: 'git+git@git.example.com:lib/example.git@dev#egg=example_lib'
It looks like a path. Does it exist ?
todd@dev:~$ pip install -e git+git@git.example.com:lib/example.git@dev#egg=example_lib
Obtaining example-lib from git+git@git.example.com:lib/example.git@dev#egg=example_lib
....
@xavfernandez
Copy link
Member

Duplicate of #2994

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants