Skip to content
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

poetry install gets stuck indefinitely if the same private repository (Google Artifac Registry) is configured as extra-index-url in pip.conf #7144

Closed
4 tasks done
jacek-jablonski opened this issue Dec 5, 2022 · 3 comments
Labels
status/duplicate Duplicate issues

Comments

@jacek-jablonski
Copy link

jacek-jablonski commented Dec 5, 2022

  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

Hi,
I have noticed a strange behaviour when configuring Google Artifact Registry with python repository:
When the repository is configured in pyproject.toml and is not configured in pip.conf, everything works fine. poetry install works in reasonable time.
However, when the repository is configured in pyproject.toml and also in pip.conf:

[global]
timeout = 60
extra-index-url = https://europe-west4-python.pkg.dev/xxx/python/simple/

then poetry install never gets finished. There are no errors, just the command never completes.

I've tried clearing poetry and pip cache, but nothing helps. Configuring extra-index-url of this repo in pip.conf causes poetry install to never complete.

@jacek-jablonski jacek-jablonski added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Dec 5, 2022
@dimbleby
Copy link
Contributor

dimbleby commented Dec 5, 2022

#6531

@neersighted neersighted added status/duplicate Duplicate issues and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Dec 5, 2022
@neersighted
Copy link
Member

Closed as already resolved.

@neersighted neersighted closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2022
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/duplicate Duplicate issues
Projects
None yet
Development

No branches or pull requests

3 participants