pip install onnxruntime ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for onnxruntime
pip install onnxruntime-gpu ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu
на Github
Моя версия Python — 3.9
Моя ОС — Windows 11 (у меня уже есть встроенные инструменты VSC)
Моя версия pip — 23.1.2.
Я хочу установить эту библиотеку, поскольку для использования As-One требуется библиотека для обнаружения объектов. https://github.com/augmentedstartups/AS-One>
Я хочу установить pip-библиотеку onnxruntime, но у меня есть такой результат: [code]pip install onnxruntime ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for onnxruntime[/code] Также: [code]pip install onnxruntime-gpu ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu[/code] ссылки: [code]onnxruntime-gpu[/code] в PyPI [code]onnxruntime[/code] в PyPI [code]onnxruntime[/code] на Github Моя версия Python — 3.9 Моя ОС — Windows 11 (у меня уже есть встроенные инструменты VSC) Моя версия pip — 23.1.2. Я хочу установить эту библиотеку, поскольку для использования As-One требуется библиотека для обнаружения объектов. https://github.com/augmentedstartups/AS-One>