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

published wheels would be really helpful #531

Open
strangemonad opened this issue Feb 16, 2024 · 0 comments
Open

published wheels would be really helpful #531

strangemonad opened this issue Feb 16, 2024 · 0 comments
Assignees
Labels
proposal Enhancement idea or proposal

Comments

@strangemonad
Copy link

Proposed change

publish both source and wheel dists for nats.py

Use case

This is essentially the same request as nats-io/nkeys.py#9

We're standing up a biotech manufacturing line using nats as a core component. One of the devices we're using is an embedded linux device https://opentrons.com/products/flex/. It's running CPython 3.8 with an old version of pip and setuptools. The current source dist requires a newer version of setup tools as the build backend, wheels install fine since they have a pre-defined installation layout. I'm able to install new packages but the pre-existing python site-packages live on a read-only file system mount so it would require a bunch of gymnastics to get an upgraded setuptools installed.

we're also a paying synadia cloud customer if that helps to make a case to prioritize this fix

Contribution

potentially if it can't be prioritized internally.

@strangemonad strangemonad added the proposal Enhancement idea or proposal label Feb 16, 2024
@bruth bruth self-assigned this Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

2 participants