"No matching distribution found for inference"

Hello, I am trying to import my model into python but when I try to download the package for Inference (pip install inference), there seems to be no such thing (according to logs). I looked at other forums related to this and a suggestion was to try “pip installing disutils”. Still did not work in my case. What should I do?

  • Object Detection
  • Windows 11 / Vivaldi
  • v2-fslhanddetection

Hi @hddcxxv ,

Thank you for posting with description of the problem you encountered!

May I ask if you can share what version of Python are you running?

If you are on Python 3.9, 3.10, 3.11 or 3.12 - can you try the following:

conda deactivate  # in case you are using conda
deactivate  # in case you are using pip
python -m venv venv
source venv/bin/activate
pip install inference

Also, you have our inference server at your disposal - we publish current version of inference version you can install like any other program on windows, you can find it in the list of release artefacts:

https://github.com/roboflow/inference/releases/download/v0.58.2/inference-0.58.2-installer.exe

Hope this helps!

Grzegorz

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.