Skip to content

Difficulties with script that uses Terracotta package #2502

Answered by mkleinha
mkleinha asked this question in Q&A
Discussion options

You must be logged in to vote

I spent some more time digging into this and found a solution. I guess the concurrent.futures module used by terracotta has similar requirements to the multiprocessing module in that
multiprocessing.freeze_support()
must be included in the main module as described here:
https://cx-freeze.readthedocs.io/en/stable/faq.html#multiprocessing-support

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mkleinha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant