I need to make an executable out of a .py file. I looked into it and tried:
- py2exe -> this doesn't work with python3.8 (gives me "IndexError: tuple index out of range")
- pyinstaller -> still doesn't work (TypeError: an integer is required (got type bytes))
For pyinstaller I might have found a solution here but still doesn't work for me. (a user said to use the latest version compatible with 3.8 -> pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
Any alternative solution / fix would be greatly appreciated