GlobalPathogenAnalysisService / gpas-cli

The CLI client for GPAS SC2
Other
5 stars 2 forks source link

Enable parallelisation in PyInstaller distribution #88

Closed bede closed 1 year ago

bede commented 1 year ago

Currently bending over backwards to avoid multiprocessing due to problems with PyInstaller, including hiding tqdm code when using --processes 1. Hoping that adding multiprocessing.freeze_support() addresses this.

e.g. https://groups.google.com/g/pyinstaller/c/fLM7I_gRjIw

bede commented 1 year ago

Done in 8642fa5cdaa738d1202618094b83efd53a8c5c17