-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: No matching distribution found for inference #852
Comments
Nevermind, this package hasn't updated to the newest version of python |
hi there - I marked the older versions as yanked, as we had bug in package metadata - and that was causing issues with Python 3.12 and 3.13, which we are just onboarding: #841 |
I believe we are closer to py3.12 than 3.13, but we'll see how the porting goes |
Good news, thanks to @grzegorz-roboflow, #841 got pushed into |
you can give it a try using py312 |
Okay so when I use py3.12 I get this error:
But when I keep 3.11 it still works, now it just tells me to upgrade to 0.29.2 |
could you tell a little bit more about your machine setup? @grzegorz-roboflow ^ fyi |
I have a Windows 10 my pip version is Python 3.11.10 ('.conda') is instlaled in .\conda\python.exe I'm working with VSCode right now which is within my anaconda. The current project I am working on is under my C: drive but most of my packages I keep it under D:\ |
Taken a look and error suggests that this is some system lib issue - maybe that would help: https://community.anaconda.cloud/t/omp-error-15-initializing-libiomp5md-dll-but-found-libiomp5-already-initialized/48993/9 |
Search before asking
Bug
I'm trying to do
pip install inference
on my cmd but I get the following errors:ERROR: Ignored the following yanked versions: 0.7.2, 0.7.6, 0.8.0, 0.8.1, 0.8.2, 0.8.4, 0.8.5, 0.8.8, 0.8.9, 0.9.0, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7rc2, 0.9.7, 0.9.8, 0.9.9rc23, 0.9.9, 0.9.10rc3, 0.9.10, 0.9.11rc1, 0.9.11rc2, 0.9.11, 0.9.12rc1, 0.9.12rc3, 0.9.12, 0.9.13, 0.9.14, 0.9.15rc1, 0.9.15, 0.9.16, 0.9.17 ERROR: Ignored the following versions that require a different python version: 0.10.0 Requires-Python <3.12,>=3.8; 0.11.0 Requires-Python <3.12,>=3.8; 0.11.1 Requires-Python <3.12,>=3.8; 0.11.2 Requires-Python <3.12,>=3.8; 0.12.0 Requires-Python <3.12,>=3.8; 0.12.1 Requires-Python <3.12,>=3.8; 0.13.0 Requires-Python <3.12,>=3.8; 0.14.0 Requires-Python <3.12,>=3.8; 0.14.1 Requires-Python <3.12,>=3.8; 0.15.0 Requires-Python <3.12,>=3.8; 0.15.1 Requires-Python <3.12,>=3.8; 0.15.2 Requires-Python <3.12,>=3.8; 0.16.0 Requires-Python <3.12,>=3.8; 0.16.2 Requires-Python <3.12,>=3.8; 0.16.3 Requires-Python <3.12,>=3.8; 0.17.0 Requires-Python <3.12,>=3.8; 0.17.1 Requires-Python <3.12,>=3.8; 0.18.0 Requires-Python <3.12,>=3.8; 0.18.1 Requires-Python <3.12,>=3.8; 0.19.0 Requires-Python <3.12,>=3.8; 0.20.0 Requires-Python <3.12,>=3.8; 0.20.1 Requires-Python <3.12,>=3.8; 0.21.0 Requires-Python <3.12,>=3.8; 0.21.1 Requires-Python <3.12,>=3.8; 0.22.0 Requires-Python <3.12,>=3.8; 0.22.1 Requires-Python <3.12,>=3.8; 0.22.2 Requires-Python <3.12,>=3.8; 0.23.0 Requires-Python <3.12,>=3.8; 0.24.0 Requires-Python <3.12,>=3.8; 0.25.0 Requires-Python <3.12,>=3.8; 0.26.0 Requires-Python <3.12,>=3.8; 0.26.1 Requires-Python <3.12,>=3.8; 0.27.0 Requires-Python <3.12,>=3.8; 0.28.0 Requires-Python <3.12,>=3.8; 0.28.1 Requires-Python <3.12,>=3.8; 0.28.2 Requires-Python <3.12,>=3.8; 0.29.0 Requires-Python <3.12,>=3.8; 0.9.18 Requires-Python <=3.11,>=3.8; 0.9.20 Requires-Python <=3.11,>=3.8; 0.9.22 Requires-Python <3.12,>=3.8; 0.9.23 Requires-Python <3.12,>=3.8 ERROR: Could not find a version that satisfies the requirement inference (from versions: none) ERROR: No matching distribution found for inference
Environment
Python
Minimal Reproducible Example
!pip install -q inference supervision
Additional
No
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: