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
And for each dependency I have a custom registry.
So I added all 3 sources:
# rico file
[[tool.poetry.source]]
name = "gitlab"
url = "https://$gitlab/api/v4/projects/9954/packages/pypi/simple"
# rico
[[tool.poetry.source]]
name = "gitlab"
url = "https://$gitlab/api/v4/projects/9956/packages/pypi/simple"
# transport lib
[[tool.poetry.source]]
name = "gitlab"
url = "https://$gitlab/api/v4/projects/8984/packages/pypi/simple"
$ poetry update
• Installing ricofile (2.1.7): Pending...
• Installing ricofile (2.1.7): Failed
RuntimeError
Unable to find installation candidates for ricofile (2.1.7)
at poetry/installation/chooser.py:72 in choose_for
68│
69│ links.append(link)
70│
71│ if not links:
→ 72│ raise RuntimeError(
73│ "Unable to find installation candidates for {}".format(package)
74│ )
75│
76│ # Get the best link
While writing this issue I found a solution for me I will publish all packages to the same gitlab pip repo.
But I think there are valid use cases to have more than one or two extra sources.
The text was updated successfully, but these errors were encountered:
-vvv
option).Issue
It seems to me that there is a limit to how many extra pip sources I can add to the config.
I have 3 custom dependencies
And for each dependency I have a custom registry.
So I added all 3 sources:
While writing this issue I found a solution for me I will publish all packages to the same gitlab pip repo.
But I think there are valid use cases to have more than one or two extra sources.
The text was updated successfully, but these errors were encountered: