EasyScience / EasyCore

The building blocks for science libraries in the easy universe.
https://core.easyscience.software
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

lazy-import issues with pyinstaller #170

Open rozyczko opened 1 year ago

rozyczko commented 1 year ago

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

rozyczko commented 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.

rozyczko commented 1 year ago

not doing this. Instead, aiming at Paul K to address the issue in Bumps