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:
- 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
- package it yourself w/Flox build, add it to your own Catalog. (stay tuned, coming soon!)
- package it w/Nix and add it to a flake, install into your env (example)
- package it w/Nix and add it to Nixpkgs so that upstream maintains/builds/caches it. Our Catalog picks it up pretty quick.
- Some combination of the above with help/support from us.
1 Like