LeagueOfPoro / EsportsCapsuleFarmer

Automatically watch all live matches on lolesports and farm Esports Capsules
https://www.youtube.com/c/LeagueOfPoro
Other
95 stars 23 forks source link

Can't build executable on Python 3.10.0 #25

Closed marvinscham closed 1 year ago

marvinscham commented 1 year ago

Note: I already found the solution, I'm adding this issue as documentation for the PR I'll open now.


I ran the command from the project's README to create the executable

but the command failed with an IndexError: tuple index out of range.

My system specifications:

I found this to be a compatibility issue between Python 3.10.0 and PyInstaller that can be solved by upgrading to Python ~> 3.10.1

Source: https://github.com/pyinstaller/pyinstaller/issues/6301