-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Bare Git Repo at UNC Shared Drive Filepath #5493
Copy link
Copy link
Closed
python-poetry/poetry-core
#341Labels
area/coreRelated to the poetry-core libraryRelated to the poetry-core libraryarea/docsDocumentation issues/improvementsDocumentation issues/improvementskind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- 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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/coreRelated to the poetry-core libraryRelated to the poetry-core libraryarea/docsDocumentation issues/improvementsDocumentation issues/improvementskind/bugSomething isn't working as expectedSomething isn't working as expected