-
Notifications
You must be signed in to change notification settings - Fork 195
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
Can't install version 2.2.0 #517
Comments
No issue for 2.6.0 version
|
It's easy to fix just comment extras_require:
Then command
builds But I feel this fix is not correct. |
I believe this is happening as a result of setuptools 69.0.0 release. Nats-py is pulling this in at build time, because
I think the metadata that's breaking was fixed in 93d9d8a, which fixed it for versions 2.4.0...HEAD. But currently, building is breaking for all versions <2.4.0. |
How can I help @kirill-ratkin? Do you need a backport release of the package fixes for v2.2.X or can adopt the latest nats.py version with the fixes? |
For my case, I was able to fork I'm not sure how it can be fixed for all users without releasing a backport fix for every release < 2.4.0. |
Hi, thank you very much for help. Now I see three possible options:
Or to do workaround way, just to fork nats-py==2.2.0. I think better way is to go step by step. |
I'm asking |
@kirill-ratkin Here's one more option that might work for you. As I understand it, the issue is that
With this, This seems to work for me both to build |
Definitely it works! I think the issue can be closed because there is workaround for everyone who still use version 2.2.0 as me. |
Observed behavior
Steps:
Error returns:
Expected behavior
nats-py installed into virtual environment.
Server and client version
nats-server: v2.3.0
Python 3.8.14
Linux build 5.14.0-333.el9.x86_64
CentOS Stream release 9
Host environment
No response
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: