hatch PyApp build #98
Unanswered
sagregrevc
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I think you're going for this example: https://ofek.dev/pyapp/latest/examples/#offline-installation Before archiving the distribution you should install your required dependencies within. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@ofek I trued to use hatch with PyApp for building app, https://ofek.dev/pyapp/latest/how-to/
but "configuration" step hard understand. where it should be done?
it dont look like pyproject.toml or I dont know top key words
if I trued to use "cargo build --release", but it ask for cargo.toml and manifest, but in instruction nothing about this
if I trued with "hatch build --target app" then it will give .exe file with 3 Mb(probably 100 times less then expected) and 5 files inside which dont look like python
".data, .pdata .rdata .reloc .text"
additional question: py software running from IDE with command "streamlit run ./src/main.py --client.toolbarMode=minimal".
this request somethinh special from me if I use PyApp+hatch?
Beta Was this translation helpful? Give feedback.
All reactions