-
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
poetry never resolves package combination: google-cloud-aiplatform kfp #8475
Comments
Still present in 1.7.0 |
Now at Nov29, and poetry 1.7.1 the packages:
It fails with:
|
Intersting that the following (change from python 3.11 to 3.10) works without any problems:
|
I have the same problem:
IssueTo reproduce the issue using the same environment, just run It will fall into infinite dependency resolving. $ poetry install
Creating virtualenv my-project in /home/.../.venv
Updating dependencies
Resolving dependencies... (2003.3s) The logs using
Tons of those conflits appears, but no error or exception is raised. The
|
@Davidnet, could you try to install both |
Still present in Poetry 1.8.3 |
I have had the same problem for a long time. My suggestion for the moment is to install both with |
I had a problem similar to this and I resolved it by adding this to
|
See issue #9293 |
@mminichino, did you just add it? Or did you also had to configure the |
Poetry version:
1.6.1
Python version:
3.11.5
OS version and name:
docker
imagepython:3.11.5
pyproject.toml: Providing reproducible docker command instead
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
The following combination of packages never resolves:
google-cloud-aiplatform kfp
Poetry is stuck in
Resolving dependencies...
after >10h.Reproduced in both Native Macos 13.5.1 (22G90) and in Docker.
In Macos envs, cache and poetry.lock was removed like this, but despite this the error persists:
Tested package combinations
❌ Doesn't resolve (within reasonable time)
google-cloud-aiplatform zenml mlflow gcsfs kfp
<-- This combo was left running >10hgoogle-cloud-aiplatform kfp
✅ Does resolve
google-cloud-aiplatform zenml
google-cloud-aiplatform zenml mlflow
google-cloud-aiplatform zenml mlflow gcsfs
google-cloud-aiplatform gcsfs
How to reproduce
Output
The text was updated successfully, but these errors were encountered: