Skip to content

Bare Git Repo at UNC Shared Drive Filepath #5493

@whatamithinking

Description

@whatamithinking
  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

System: latest version of poetry, python 3.10.2, Windows 10 64-bit

I have a bare GIT repo on a shared drive which I need to include as a dependency. I have the following dependency in pyproject.toml:

[tool.poetry.dependencies]
repo-name = {git="file://drive-name/path/repo-name.git"}

When using "poetry build" I get the following error:
No file/folder found for package
"poetry install" seems to silently fail. It does not install the dependency.

In setuptools setup.py I can use the following path and install/uninstall works without issue:
repo-name@file://drive-name/path/repo-name.git#egg=repo-name

The documentation seems, as far as I can tell, a little sparse on this scenario.
What am I missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/coreRelated to the poetry-core libraryarea/docsDocumentation issues/improvementskind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions