Closed LukasThyWalls closed 3 years ago
I updated PyInstaller
to the latest version, 4.2
, and I got the same error. I'm not sure why newer versions of PyInstaller
don't work. I will do a bit of research because I have only ever used PyInstaller
for this project.
However, the release from November 2019 is the latest version. All the commits since then have been plugin manifest updates (updates to plugins.yaml
), which the .exe
file downloads when running to determine the latest version of each plugin.
I locked the pyinstaller version to 3.6 to fix the issue for now (at least on my system): 68e3b2e082e8bb5d6611a0fca1cb4728a0cdf777
However, the release from November 2019 is the latest version. All the commits since then have been plugin manifest updates (updates to
plugins.yaml
), which the.exe
file downloads when running to determine the latest version of each plugin.
Oh, i thought that release didn't have the info from other repositories updated, because there isn't any info anywhere about that. That's why i tried to build myself. Maybe the script itself should tell something when executed of how updated the plugins info are. Thanks!
I locked the pyinstaller version to 3.6 to fix the issue for now (at least on my system): 68e3b2e
Confirming, at least with this the builded .exe
works.
Hello.
I downloaded the last version of the repository (0ba914e, not the last official release from Nov 2019), and executing with python works fine, but when i tried to build the exe, that exe doesn't work:
The requeriments are satisfied (PyYAML==5.*) and there isn't any error or warning compiling:
Thanks.