-
-
Notifications
You must be signed in to change notification settings - Fork 590
pyinstaller fails packaging jsonschema 3.0.0 and anyconfig on alpine #530
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
Comments
Hi. Sorry you're having trouble. Possibly this is the same issue as in #500 -- or at least my response would be the same, which is to say |
Isn’t it possible to use importlib_resource which is the recommended way for future compatibility to get packages data ? Don’t know really if this comes from here, but future version of python will break compatibility with get_distribition and so on. |
@gsemet what's there now comes directly from the setuptools_scm documentation. I'm happy to try whatever, but yeah like I said, if the goal is to support |
Ok. I use more and more https://importlib-resources.readthedocs.io/en/latest/ knowing that pkg_resource is end of life, at least for python 3.8+. PS: I use PBR for similar feature than setuptools_scm. Don't know this package, but PBR works great :) |
When using anyconfig:
Only happen on alpine build. Linux and windows builds works. No pbl on jsonschema <3.0.0
The text was updated successfully, but these errors were encountered: