-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Installation is broken on Python 3.12 #14258
Copy link
Copy link
Labels
area/sdksPulumi language SDKsPulumi language SDKsawaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of speclanguage/pythonresolution/fixedThis issue was fixedThis issue was fixed
Milestone
Metadata
Metadata
Assignees
Labels
area/sdksPulumi language SDKsPulumi language SDKsawaiting-upstreamThe issue cannot be resolved without action in another repository (may be owned by Pulumi).The issue cannot be resolved without action in another repository (may be owned by Pulumi).kind/bugSome behavior is incorrect or out of specSome behavior is incorrect or out of speclanguage/pythonresolution/fixedThis issue was fixedThis issue was fixed
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened?
currently, when trying to install the
pulumipackage in a Python 3.12 environment, it fails due to a build failure in the upstreamgrpciodependency which is pinned to version1.56.2, which does not compile with Python 3.12.On the grpcio side this was recently fixed and a new release is available:
grpc/grpc#33063
Example
Output of
pulumi aboutAdditional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).