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?
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: