Open rozyczko opened 1 year ago
Current "workaround" - disable lazy import and suffer bumps import hit on program start. However, we have the same issue in SasView and plan to have the person in charge of Bumps fix this.
not doing this. Instead, aiming at Paul K to address the issue in Bumps
lazy-import can't be pyinstaller-packed since it checks a file in its distribution on import.
https://github.com/mnmelo/lazy_import/issues/5
Need a workaround