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

newer versions not published to pypi + wheels would be really helpful. #10

Open
strangemonad opened this issue Feb 16, 2024 · 2 comments
Assignees

Comments

@strangemonad
Copy link

It seems that the most recently available version on pypi is "0.1.0" published May 2019 https://pypi.org/project/nkeys/0.1.0/. This old version still uses ed25519 as a dependency instead of the self-contained pynacl (I'm assuming there have been other bug fixes since then too.

I'm trying to get a python nats client installed on an embedded linux system (https://opentrons.com/products/flex/) as part of a Biotech manufacturing assembly line. These systems don't have any build toolchain on them. I've tested that the self-contained pynacl wheel works.

Related to #9

@roguh
Copy link

roguh commented Apr 3, 2024

I've used something like this in my pyproject.toml and/or requirements.txt files:

nkeys @ git+https://github.com/nats-io/nkeys.py.git@8b1d6da9c69b10991743d99009305a7f638e07ba

@aKardasz
Copy link

+1, all the other libs seem to functioning correctly, and using the older version has some not so nice depedencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants