-
Notifications
You must be signed in to change notification settings - Fork 203
publish wheels #1128
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
publish wheels #1128
Conversation
Thanks for taking the time to craft a PR. As you can see on PyPI the wheel for
|
I don't find any of that convincing to be honest, but I don't care to argue about it - this isn't very important. If you want a deprecation warning that people will actually see, perhaps putting it in |
That's in place as well 😅 neo4j-python-driver/src/neo4j/__init__.py Lines 232 to 238 in 2a1a772
I'm still curious to hear your view. Do you have or see a use-case where switching over to |
I am not a user of neo4j and have no views on switching to or from one package or the other. I just spotted that this package is published without a wheel, that is usually undesirable, and so I propose to fix it. I am sceptical that the minor barrier of having users build their own wheel is doing anything at all to help your deprecation, I would guess it it is more likely just making life ever so slightly worse for the people who are not yet ready to move But as I say this is not important - "minor" and "ever so slightly worse" by my own reasoning! If you are deliberately choosing not to publish a wheel and think that is right for you - then I am happy to respectfully disagree and leave it there. |
Thanks for you for taking the time to share your view. After thinking about it for longer, I came to the conclusion that you are right. Before I can review the PR, however, I have to ask you to sign our Contributor License Agreement (CLA): https://neo4j.com/developer/cla/ |
I will not be signing the contributor license agreement. You are welcome to this change if you want it. |
Thanks 😅 I was almost expecting such reply. I will close this PR and take care of publishing the wheels myself. It's not a big change anyway. Again: thank you very much for taking the time to open the PR and to discuss the matter with me. This is much appreciated 🙇 |
publish wheels
rather than make every consumer build the wheel themselves, publish it once and for all