When I try to install imfusion-sdk-labels 1.0.2 as per the instructions, there is no such version available. It is also evidently not available on pypi, with the latest and only version being 0.0.0 uploaded there on the 27th November 2025. imfusion-sdk-labels · PyPI
For various reasons, we currently host our packages on our own index at https://pypi.imfusion.com/simple. The packages on PyPI are just placeholders for now to prevent package squatting but we are working on bringing the packages back to PyPI.
To install 1.0.2 you need to run this command pip install --extra-index-url https://pypi.imfusion.com/simple imfusion-sdk-labels==1.0.2 as shown in the docs for the Python SDK.
The prompt in the settings and the Labels doc are actually missing the extra-index-url needed for our package index, we will fix that asap. Thanks for bringing this to our attention!