-
Notifications
You must be signed in to change notification settings - Fork 40
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
0.8.7 failing for pynitrokey: distutils.errors.DistutilsOptionError: No configuration found for dynamic 'description'. #173
Comments
Can you please reproduce it also with the version you find in master? |
Can I just run it from the cloned repository? Or do I need to uninstall the rpm package? |
You can run just from the cloned repository. Make sure to pick the right binary. |
Starting from within the py2pack folder in the clone, I get this:
The |
Hi Johannes, With [build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi" in pynitrokey's pyproject.toml, the code should never get to the UserWarning about failing setuptools in the current master branch: Lines 221 to 233 in d93c429
Your backtrace shows a different wording and line number, you seem to still have the old code: Lines 258 to 268 in a3f821b
Please do a git pull and check again. |
Thanks for the explanation, @bnavigator ! I tried to use current master, even uninstall py2pack to make sure nothing interferes. But now I get this error (which seems to be unrelated to the original error):
|
|
Thanks @bnavigator , that worked. The command does no longer crash and creates a spec file. Setting this to solved, current state from git does not have this problem. |
A new release is urgent here. |
pynitrokey
https://github.com/Nitrokey/pynitrokey
https://pypi.org/project/pynitrokey/
The text was updated successfully, but these errors were encountered: