-
Notifications
You must be signed in to change notification settings - Fork 5
Package the main application into an executable binary #4
Comments
Would you be willing to pick this up, @khallnayak? |
@t0xic0der i would like to help with this. Though it my first time. I am reading the documentation of pyinstaller. |
@t0xic0der i tried to make an executable for the app but it requires me sign the code manually on mac pyinstaller/pyinstaller#4934 and even if i did that the binary file would not be distributable. So i think using pyinstaller to distribute a mac os package is not feasible correct me if i am wrong. |
Sure, @Sameer-Mann. I am assigning this issue to you. Feel free to take your time and learn about PyInstaller. |
Yes. The issue seems to be troubling especially macOS users. Could you try making an executable on a GNU/Linux system? |
ok I will try to make it work for gnu/linux systems |
@t0xic0der i made the package but it gives this when i try to run it. |
The code environment for the project is UTF-8 compliant only and does not support ASCII, unless added a exporting variable. But then again, the export is restricted to your programming environment only and should not affect the repository. Further reading : https://click.palletsprojects.com/en/7.x/python3/#python-3-surrogate-handling |
okay so now what should i do? |
Make sure that you use PyInstaller and that it is compliant to Python 3.8 and above.
The text was updated successfully, but these errors were encountered: