EMRY-068: emry CLI missing from the pip wheel #119
Labels
No labels
blocked
bug
compat
docs
documentation
duplicate
emry-cli
emry-core
emry-engine
emry-ingest
emry-py
emry-store
emry-tui
emry-web
enhancement
good first issue
gpu-compute
help wanted
hpc
infra
integrations
invalid
needs-design
P0-blocker
P1-core
P2-enhanced
P3-future
performance
pull-request
python
pytorch
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
femboy/emry#119
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The published 0.2.0 wheel contains only the Python SDK +
emry._nativeextension. TheemryCLI is a Rust binary (emry-clicrate) that maturin never builds or bundles, and there's no console script — so afterpip install emry, none of the README'semry watch/web/compare/exportcommands are runnable, and the SDK's live dashboard (which shells out toemry) silently degrades. Fix: bundle the compiled binary in the wheel + expose it as a console script.