| Unable to find installation candidates for onnxruntime (1.22.0)
|
| This is likely not a Poetry issue.
|
| - 14 candidate(s) were identified for the package
| - 14 wheel(s) were skipped as your project's environment does not support the identified abi tags
|
| Solutions:
| Make sure the lockfile is up-to-date. You can try one of the following;
|
| 1. Regenerate lockfile: poetry lock --no-cache --regenerate
| 2. Update package : poetry update --no-cache onnxruntime
|
| If neither works, please first check to verify that the onnxruntime has published wheels available from your configured source that are compatible with your environment- ie. operating system, architecture (x86_64, arm64 etc.), python interpreter.
|
| You can also run your poetry command with -v to see more information.
Describe the issue
https://pypi.org/project/onnxruntime/1.22.0/#files is missing
Windows x86-64wheels (compare to https://pypi.org/project/onnxruntime/1.21.0/#files)Urgency
Missing wheels make CI of our project fail with
https://github.com/qdrant/fastembed/actions/runs/14949134982/job/41996491981?pr=513
Target platform
Windows
Build script
Not allicable
Error / output
Not applicable
Visual Studio Version
No response
GCC / Compiler Version
No response