You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
....
The text was updated successfully, but these errors were encountered:
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.
What I've run:
The text was updated successfully, but these errors were encountered: