-
-
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
Dependency not able to be imported in generated executable #378
Comments
The run-time failure is in |
Thank you, I should have paid closer attention to the error. I will try to submit a PR to the checksumdir project to see if they will try something else here. |
Ideally they would use the newer resource APIs in Python’s stdlib, yes. But compatibility with older Pythons is a valid excuse.
I’m also adding support for pkg_resources to PyOxidizer. I think it is an important enough feature holding people back. I may have that implemented by the end of the day (check the ci-test branch for a partial implementation).
… On Apr 16, 2021, at 13:55, Keith Gray ***@***.***> wrote:
Thank you, I should have paid closer attention to the error. I will try to submit a PR to the checksumdir project to see if they will try something else here.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I just ran into this exact error today, on the I will patch it out in the meantime (this is a trivial use of
|
I am getting the following error when running the generated executable using
pyoxidizer run
.I am trying to package one of my applications where the dependencies are managed using poetry. One of the dependencies is checksumdir. I can see this dependency getting installed by pyoxidizer.
The only thing I noticed that looks odd is that checksumdir puts most of the logic in the init.py file. I am not sure if that causes a problem or not. I am happy to submit a bug report to that repo if it turns out to be an issue in that project. Any troubleshooting pointers would be greatly appreciated.
The text was updated successfully, but these errors were encountered: