Skip to content

failing to install with uv pip install and pip install (update package format to wheel)Β #20

@nigeljames-tess

Description

@nigeljames-tess

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.gz

I downloaded the files from pypi and extracted them and saw they contained egg format files and not wheel format.

uv does not support egg

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-postgres

Is 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSome behavior is incorrect or out of specneeds-triageNeeds attention from the triage team

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions