When I used the build from [this commit](https://github.com/engineervix/docker-pyinstaller/commit/0625278c81034e5e775752562f24061033179b3c), I noticed that I ran into problems: ``` ... ... Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)] wine: cannot find 'C:\Python37\Scripts\pip.exe' ... ... wine: cannot find 'C:\Python37\Scripts\pip.exe' pyinstaller --clean -F --windowed --upx-dir=upx build_win.spec wine: cannot find 'C:\Python37\Scripts\pyinstaller.exe' ... ... ``` I really don't know what the problem is :man_shrugging: