Skip to content
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

Random import failures at validation #2

Closed
rth opened this issue May 8, 2022 · 1 comment
Closed

Random import failures at validation #2

rth opened this issue May 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@rth
Copy link
Member

rth commented May 8, 2022

Currently when re-running the bundling of the same application (even a pure Python one), occasionally it would fail (e.g. with the message that some of the included packages cannot be imported)

Then work fine on the next run. This reminds me a bit of random selenium test failures, however, this is on my laptop in Node, so insufficient RAM should not be an issue.

I have worked on improving the determinism of packing, but there are likely still some issues.

For instance, maybe checking that the produced build artifact is exactly identical between two runs could be a start.

@rth rth added the bug Something isn't working label May 8, 2022
@rth rth changed the title Address random failures Address random import failures at validation May 9, 2022
@rth rth changed the title Address random import failures at validation Random import failures at validation May 9, 2022
@rth
Copy link
Member Author

rth commented Sep 27, 2023

It doesn't seem to be happening anymore. Or at least without the scipy example. Closing for now. Will open a more specific issue if needed.

@rth rth closed this as completed Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant