-
Notifications
You must be signed in to change notification settings - Fork 3
Description
What happened?
I was attempting to use this library / component under python 3.12 in a ubuntu 22.24 vm and the uv installer which you now support It was failing to find the file
uv pip install pulumi-aws-quickstart-aurora-postgres
failed to download plugin: aws-quickstart-aurora-postgres-0.0.3: 403 HTTP error fetching
plugin from https://get.pulumi.com/releases/plugins/pulumi-resource-aws-quickstart-aurora-postgres-v0.0.3-linux-arm64.tar.gzI downloaded the files from pypi and extracted them and saw they contained egg format files and not wheel format.
I tried in another macOS (arm) session to install just with pip and I was still getting a download error and finished with
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pulumi-aws-quickstart-aurora-postgresIs it possible to update this to be a wheel package?
Example
as described above β
Output of pulumi about
CLI
Version 3.145.0
Go Version go1.23.4
Go Compiler gc
Plugins
KIND NAME VERSION
resource aws 6.66.2
resource awsx 2.19.0
resource docker 4.5.8
language python 3.145.0
Host
OS ubuntu
Version 24.04
Arch aarch64
This project is written in python: executable='/home/njames/pulumi/ecr-lambda/.venv/bin/python' version='3.12.3'
Backend
Name pulumi.com
URL https://app.pulumi.com/nigeljames-tess
User nigeljames-tess
Organizations nigeljames-tess
Token type personal
Dependencies:
NAME VERSION
awsx 2.0.0
pulumi_awsx 2.19.0
Additional 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).