ch-sa/labelCloud

How to pack the project into a executable file ?

Typolo opened this issue · 2 comments

Thanks for your work!
I tried to pack the python project into a executable file with pyinstaller, but the .exe can't run;
May you provide some suggestions to packing the project?

ch-sa commented

Judging from my experience with packaging for pip I fear creating an .exe is not straight forward.

Also pip is simpler to maintain as it is platform agnostic so I don't have to build executables with every release.

What is stopping you from installing via pip?

(If you have experience with packaging and CI/CD, feel free to open a PR.)

@Typolo hello, Did you pack labelCoud into exe successfully? if yes, cloud you share the exe?