Closed issue by sww1235 on void-packages repository https://github.com/void-linux/void-packages/issues/47348 Description: ### Is this a new report? Yes ### System Info Void 6.5.9_1 x86_64 GenuineIntel uptodate rrrrmmnFFFFFFFF ### Package(s) Affected backblaze-b2-3.11.0_2 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour Expected package to launch and show help MWE: run `backblaze-b2` in your shell. ### Actual behaviour The package binary does not run and spits out an ugly python error message ending in `pkg_resources.DistributionNotFound: The 'tqdm~=4.65.0' distribution was not found and is required by b2` There was also a previous error that the package required `argcomplete` which was fixed by manually installing `python3-argcomplete` ### Steps to reproduce 1. Update system 2. Install `backblaze-b2` and dependancies 3. fail to run `backblaze-b2` on `argcomplete` error 4. manually install `argcomplete` 5. fail to run `backblaze-b2`on `tqdm` error