Unable to install labels python sdk [solved]

Hello,

I have installed the latest ImFusion Labels (1.0.2) and in the settings, I receive this error:

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

Which is also just a placeholder.

Can someone advise on how to actually install the labels SDK with the newest Labels version?

Hi idlv,

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!

Cheers,
Ilja

Thank you for the quick response, using the extra index worked!