-
Notifications
You must be signed in to change notification settings - Fork 133
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
module functions and variables not found #185
Comments
This could be an issue/particularities of python multiprocessing on windows, not pyfunctional. Can you try wrapping your code in a |
Is |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'd agree with @artemisart, this seems like a namespace issue with parallel computation. Could you check if using the multiprocessing modules results in something similar? In general, a good idea to have a main method anyway since otherwise things in the @Yangeok not sure what you mean. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Parallel stream raises
NameError
for anything defined at module level.System/Version:
Minimal reproducing code:
Expected output:
Actual output:
It also fails when referencing module level import, or variable, or function that uses other function:
The text was updated successfully, but these errors were encountered: