pyapp
pyapp copied to clipboard
Runtime installer for Python applications
Hi, I was not able to get the basic example with `cowsay` working on my machine. When I run `cargo build --release` the following error. ``` error: failed to parse...
I have users who are experiencing a premature termination of our app installation when using the exe on Windows. The users are able to see the following indicators when opening...
I've tried two modes for building the binary: using the dependency file and using a wheel file with the `PYAPP_PROJECT_PATH` setting. When I use the embedding option, the dependencies sometimes...
Cowsay example builds ok, but when run doesn't output anything just an empty line. Pipx installed cowsay works as expected. Version info: Debian linux trixie/sid pyapp v0.27 rustc 1.87.0 (17067e9ac...
Hello, I'm new to PyApp, but recently got it working. I have previously mostly used Pyinstaller. Though I also tried PyOxidizer, until it was deprecated. One of the things I...
Bumps the all group with 4 updates: [bzip2](https://github.com/trifectatechfoundation/bzip2-rs), [clap](https://github.com/clap-rs/clap), [flate2](https://github.com/rust-lang/flate2-rs) and [indicatif](https://github.com/console-rs/indicatif). Updates `bzip2` from 0.6.0 to 0.6.1 Commits eebf6e4 release version 0.6.1 1ed41c4 Add MaybeUninit\<u8> (de)compress API a165219 chore:...
Bumps the all group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 Release notes Sourced from actions/checkout's releases. v5.0.0 What's...
I have the following setup but the dependencies in `requirements.txt` are not installed automatically. I have to run the last line (commented) for the executable to work. I thought the...
### INTRODUCE ME : I'm working on http://github.com/manatlan/reqman ... I already release a windows executable, thru a GHA with pyinstaller. I've red this : https://www.infoworld.com/article/4030697/pyapp-an-easy-way-to-package-python-apps-as-executables.html and wanted to try the...