Install Azure EventHubs Checkpoint Store Python Package?

How can we flox install python313Packages.azure-eventhub-checkpointstoreblob-aio?

That python module is not in Nixpkgs and not in our Catalog. So there are a few options:

  1. bring that in with uv/pip/etc, native python tooling. This can be seen done with a virtual env in this doc: Python - Flox Docs
  2. package it yourself w/Flox build, add it to your own Catalog. (stay tuned, coming soon!)
  3. package it w/Nix and add it to a flake, install into your env (example)
  4. package it w/Nix and add it to Nixpkgs so that upstream maintains/builds/caches it. Our Catalog picks it up pretty quick.
  5. Some combination of the above with help/support from us.
1 Like