-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Version set to 0.0.0 when building 21.4.0 on Guix #469
Comments
What command did you run and in what environment? What are you trying to accomplish? How can I replicate the issue? |
Hi @jaraco! Thanks for your answer and sorry for not having been clear when I reported my problem! what environment?: I'm working on Guix System. What are you trying to accomplish?: And I'm trying to package the latest version of Keyring. We have 21.0.0 at the moment. How can I replicate the issue?: I guess you won't install Guix just to reproduce this problem. What I've tried building it with setuptools@50.3.2 and setuptools-scm@4.1.2. I've just gave it another try and, after running I'm pretty sure the problem does not come from keyring itself but, as I've only encountered this problem with keyring, I've reported it here. Thanks again for your time and help! |
Here are the differences between v21.0.0 and v21.4.0. In particular, I notice setup.py changed to remove the
So you'll want to be sure you have those things installed before attempting to build/install keyring. The easiest way to accomplish this is to use Does that help? |
Hi @jaraco!
Thanks for having taken some time to check. Before trying to build keyring I made sure I had up to date versions of both setuptools en setuptools-scm, indeed.
Thanks for bringing it to my attention! I've (lazily) relied on Poetry for too long and ignored those "new" practices. I'll try and build keyring with the proper tools.
It helped a lot! Thanks for your time! I'm closing this issue as the problem is not keyring itself. Best regards |
A note for people working on Guix packages: I found that adding This note is mostly for people stumbling on something similar, since this particular issue will be solved in Guix's python-keyring package config 😄 |
Hi Keyring!
Seems like I'm running in a problem similar to #428. But I'm using setuptools 49.6.0 (>=42), build keyring 21.4.0. .
When I run Poetry, I get the following error:
Here is the build output:
Am I doing something wrong?! Any help welcome.
The text was updated successfully, but these errors were encountered: