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

Provide wheels for older packages (< 2.0) #837

Closed
Clockwork-Muse opened this issue Apr 27, 2024 · 1 comment
Closed

Provide wheels for older packages (< 2.0) #837

Clockwork-Muse opened this issue Apr 27, 2024 · 1 comment
Labels
Status: Available No one has claimed responsibility for resolving this issue.

Comments

@Clockwork-Muse
Copy link

Feature Description

I'm working with a small IoT device and Azure, using the azure-iot-device package. I would like to do a cross-build/package download, via something like this:
pip download -d <destination dir> --platform manylinux2014_aarch64 <my project directory>

... unfortunately, this fails, because the azure package hasn't (yet) updated to 2.0.0, and the older packages don't have wheels.

Requested Solution

Please build and publish wheels for the older versions.

Alternatives

Given other features of the project cross-building inside of docker will likely be available to me, but may not be for others.

@github-actions github-actions bot added the Status: Available No one has claimed responsibility for resolving this issue. label Apr 27, 2024
@PierreF
Copy link
Contributor

PierreF commented Apr 27, 2024

We don't have the resource to support multiple branch of this library, adding build system from 2.0 version to 1.6 isn't something doable with our resource, and updating a existing release isn't good idea.

This library only had Python code, so you can build a wheel for any arch (pip wheel -w destdir "paho-mqtt==1.6.1").

@PierreF PierreF closed this as completed Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Available No one has claimed responsibility for resolving this issue.
Projects
None yet
Development

No branches or pull requests

2 participants