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

Installing google-cloud-pipeline-components from PyPi hangs #8758

Closed
patrickmead opened this issue Dec 8, 2023 · 3 comments
Closed

Installing google-cloud-pipeline-components from PyPi hangs #8758

patrickmead opened this issue Dec 8, 2023 · 3 comments
Labels
kind/bug Something isn't working as expected status/duplicate Duplicate issues

Comments

@patrickmead
Copy link

patrickmead commented Dec 8, 2023

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

Issue

I've been using google-cloud-pipeline-components with the above versions of poetry and python without issues for months. Since last night I've been unable to add that dependency to existing poetry-based projects or ones with empty toml files. The poetry add step runs for hours; I eventually kill the process.

I piped the output to a file and ran cat against it while the add operation was running. I saw references to conflicts between google-api-core and other dependencies. Based on what I found in the log I tried pinning google-api-core to version 1.34.0 and added it first. Then I added google-cloud-pipeline-components. Both adds ran in fractions of a second.

Later I tried a poetry install with a lock file built from the two-step process above. It hung. I tried clearing my poetry cache and rerunning. It's been running for hours.

I'm running an add that normally works and trying on multiple machines, operating systems, and networks. Pinning versions seems to be the workaround. I don't have resolution or even an acceptable workaround but I'm still debugging.

Thank you.

@patrickmead patrickmead added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Dec 8, 2023
@patrickmead
Copy link
Author

I tried downgrading this specific project to python 3.10 and all dependencies were pulled quickly, without error, and without pinning. I'm going to keep it on 3.10 for now.

google-cloud-pipeline-components works in one of my python 3.11 projects so I'm confused.

@dimbleby
Copy link
Contributor

dimbleby commented Dec 8, 2023

Duplicate #8475, #8617

@radoering radoering added status/duplicate Duplicate issues and removed status/triage This issue needs to be triaged labels Dec 8, 2023
@radoering radoering closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2023
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
kind/bug Something isn't working as expected status/duplicate Duplicate issues
Projects
None yet
Development

No branches or pull requests

3 participants