# "No matching distribution found for inference"

**URL:** https://discuss.roboflow.com/t/no-matching-distribution-found-for-inference/11278
**Category:** 🤝  Community Help
**Created:** [October 1, 2025, 4:25am UTC](https://discuss.roboflow.com/t/no-matching-distribution-found-for-inference/11278 "2025-10-01T04:25:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hddcxxv](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/hddcxxv/32/8422_2.png) [@hddcxxv](https://discuss.roboflow.com/u/hddcxxv)
#### Post date: [October 1, 2025, 4:25am UTC](https://discuss.roboflow.com/t/no-matching-distribution-found-for-inference/11278/1 "2025-10-01T04:25:17Z")

</div>

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

 ![image](https://canada1.discourse-cdn.com/flex029/uploads/roboflow1/original/2X/f/fd8bde841d791943b6da1f2ca8aa0a0db55064bd.png)

---

<div class="post-metadata">

### Author: ![Grzegorz](https://yyz1.discourse-cdn.com/flex029/user_avatar/discuss.roboflow.com/grzegorz/32/2877_2.png) [@Grzegorz](https://discuss.roboflow.com/u/Grzegorz)
#### Post date: [October 13, 2025, 4:09pm UTC](https://discuss.roboflow.com/t/no-matching-distribution-found-for-inference/11278/2 "2025-10-13T16:09:11Z")

</div>

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:

```bash
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](https://github.com/roboflow/inference/releases/download/v0.58.2/inference-0.58.2-installer.exe)

Hope this helps!

Grzegorz

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex029/uploads/roboflow1/original/1X/bb6edbfa56d0cf2ee603f061e9e09103502cc8cc.png) [@system](https://discuss.roboflow.com/u/system)
#### Post date: [November 3, 2025, 4:09pm UTC](https://discuss.roboflow.com/t/no-matching-distribution-found-for-inference/11278/3 "2025-11-03T16:09:56Z")

</div>

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