-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Implement pkg_resources provider #236
Comments
pkg_resources
provider
Would this prevent importing pkg_resources with Mercurial? I see a commit[1] saying What I'd like to do is to grab version info from the
[1] 58d79ef |
Interesting bug report. I'd like to think that If I run |
Not sure if this is related, but while it works from the main python install and
No idea if that helps narrow down the problem. |
It looks like
pkg_resources
is extensible and we can implement our own provider for teaching it to use PyOxidizer's custom loader. A custom provider may not be needed for all functionality. But it will almost certainly be needed for some functionality (e.g.importlib.metadata
).See https://github.com/pypa/setuptools/blob/master/pkg_resources/__init__.py for the source code.
The text was updated successfully, but these errors were encountered: