pipfile icon indicating copy to clipboard operation
pipfile copied to clipboard

Support git+ssh source package repositroy

Open vsedyshev-intermedia opened this issue 2 years ago • 0 comments

Let's I start search alternative to poetry see pipenv and meet with error using git+ssh support:

$ pipenv install

and cascade dependencies with poetry project dependencies description in pyproject.toml on git+ssh package provide next error output:

Pipfile.lock (137585) out of date, updating to (47f10c)...
Locking [packages] dependencies...
⠴ Hint: It looks like a path. File 'git+git+ssh://...private_repository_url...' does not exist.

How to fix it?

vsedyshev-intermedia avatar Dec 27 '22 14:12 vsedyshev-intermedia