EMRY-068: emry CLI missing from the pip wheel #119

Closed
opened 2026-07-19 05:26:07 +00:00 by vxfemboy · 0 comments
vxfemboy commented 2026-07-19 05:26:07 +00:00 (Migrated from github.com)

The published 0.2.0 wheel contains only the Python SDK + emry._native extension. The emry CLI is a Rust binary (emry-cli crate) that maturin never builds or bundles, and there's no console script — so after pip install emry, none of the README's emry watch/web/compare/export commands are runnable, and the SDK's live dashboard (which shells out to emry) silently degrades. Fix: bundle the compiled binary in the wheel + expose it as a console script.

The published 0.2.0 wheel contains only the Python SDK + `emry._native` extension. The `emry` CLI is a Rust binary (`emry-cli` crate) that maturin never builds or bundles, and there's no console script — so after `pip install emry`, none of the README's `emry watch/web/compare/export` commands are runnable, and the SDK's live dashboard (which shells out to `emry`) silently degrades. Fix: bundle the compiled binary in the wheel + expose it as a console script.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
femboy/emry#119
No description provided.