(as caused by running the python script directly, instead of the pyinstaller version) the global cache is found by EnsureDispatch() such that no new cache will be generated in the hook cache. This ...
(venv) C:\Users\User\Desktop\DTest>pyinstaller --onefile --clean --additional-hooks-dir=hooks script_min.py 115 INFO: PyInstaller: 4.1 115 INFO: Python: 3.8.2 116 INFO: Platform: Windows-10-10.0.19041 ...
Powerful and versatile as it is, Python lacks a few key capabilities out of the box. For one, there is no native mechanism for compiling a Python program into a standalone executable package. To be ...