We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec8407 commit d0921baCopy full SHA for d0921ba
pyfa.spec
@@ -51,7 +51,8 @@ if os_name == 'Darwin':
51
icon = 'dist_assets/mac/pyfa.icns'
52
53
import_these = [
54
- 'numpy.core._dtype_ctypes' # https://github.com/pyinstaller/pyinstaller/issues/3982
+ 'numpy.core._dtype_ctypes', # https://github.com/pyinstaller/pyinstaller/issues/3982
55
+ 'sqlalchemy.ext.baked' # windows build doesn't launch without if when using sqlalchemy 1.3.x
56
]
57
58
# Walk directories that do dynamic importing
0 commit comments