I have successfully edited my spec file and added the folder with my data to it. It builds fine but it still can\'t access the data. WHen i try to run the compiled .exe i ge
Having the same issue on python3.7 on windows 10.
Fixed this by adding --upx-exclude"vcruntime140.dll" option.
--upx-exclude"vcruntime140.dll"
More info can be found here