ch-sa / labelCloud

A lightweight tool for labeling 3D bounding boxes in point clouds.

Home Page:https://ch-sa.github.io/labelCloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to pack the project into a executable file ?

Typolo opened this issue · 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?

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?