hatch PyApp build #1313
Unanswered
sagregrevc
asked this question in
Q&A
Replies: 1 comment
-
Please open the same discussion over there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
connected: #1310
Beta Was this translation helpful? Give feedback.
All reactions