-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Failed add dependency with submodule #1828
Comments
Hello @matemax, as you found out, this happens due to the fact, that poetry doesn't fetch submodules. This is already a feature request (#611) and @sdispater confirmed, that it would be a good idea, that poetry always fetches submodules (#611 (comment)). |
Sorry that i not found this issue. My PR clone repository with all submodules. |
I think that there are two side effect:
But if i want to install package i should clone all submodules and have all permissions |
Is there any news? @sdispater @finswimmer |
Hi. It seems that in the new poetry it's broken again =( |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Windows 10
Poetry version: 1.0.0 + changes from (Github SSH String and SdistBuilder Incompatible #1697)
Link of a with the contents of your pyproject.toml file: Gist
Issue
Command failed
Script setup.py of package https://github.com/matemax/test_poetry_submodule.git has import from submodule. Also instead import setup.py may be contains reference on files from manifest.
Following command clone repository with all submodules.
PR: #1826
The text was updated successfully, but these errors were encountered: