You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like gitman (and dislike submodules), and would like to bundle gitman up as a static exe for those on my team. Unlike pyinstaller which is slow as it unzips python runtime and app. Py-oxidizer can create faster static python executables
Unfortunately, somethign with the project configuration is causing a build error.
Here are the steps to reproduce:
I don't imagine this is a high priority, but I think the goal of making gitman more accessible to those not using python would be a good project goal. Personally I'd like to see it built into git.
The text was updated successfully, but these errors were encountered:
I have good experiences in using pyinstaller under linux and windows. I think in the near future I will compare it to the Py-oxidizer.
Did you already tried to fetch the py-oxidizer via poetry as described here. To make this work you should add the dependency in the pyproject.toml in the same way as the pyinstaller resp. try to install it manually into the virtual enviroment via poetry run.
I really like gitman (and dislike submodules), and would like to bundle gitman up as a static exe for those on my team. Unlike pyinstaller which is slow as it unzips python runtime and app. Py-oxidizer can create faster static python executables
Unfortunately, somethign with the project configuration is causing a build error.
Here are the steps to reproduce:
This is the error I get:
I don't imagine this is a high priority, but I think the goal of making gitman more accessible to those not using python would be a good project goal. Personally I'd like to see it built into git.
The text was updated successfully, but these errors were encountered: