Skip to content

No module named 'numba.cloudpickle.cloudpickle_fast' #8337

Closed Answered by rokm
Nee-DS asked this question in Help
Discussion options

You must be logged in to vote

Thanks for sharing the build directories. This confirms that your working and non-working builds were made in different environments (different versions of python, as well as different versions of python packags), and this leads to different behavior.

Specifically, the working build was made with numba 0.58.1 or earlier, where vendored numba.cloudpickle package was directly importing the numba.cloudpickle.cloudpickle_fast module - therefore, this module was picked up by our import analysis, and collected into frozen application.

The non-working build was made with numba 0.59 or later, where vendored numba.cloudpickle was updated to v3.0.0; this version keeps cloudpickle_fast module around…

Replies: 6 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@Nee-DS
Comment options

@rokm
Comment options

Comment options

You must be logged in to vote
1 reply
@rokm
Comment options

Comment options

You must be logged in to vote
1 reply
@Nee-DS
Comment options

Comment options

You must be logged in to vote
1 reply
@rokm
Comment options

Comment options

You must be logged in to vote
1 reply
@rokm
Comment options

Answer selected by Nee-DS
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants