I want to install the onnxruntime pip library but i have this output:
我想要安装onnxruntime pip库,但我得到了以下输出:
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在运行时上安装错误:找不到满足在运行时上要求的版本(来自版本:无)错误:找不到与上运行时匹配的发行版本
Also:
另外:
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
PIP在运行时安装-GPU错误:找不到满足在运行时-GPU上要求的版本(来自版本:无)错误:找不到与运行时-GPU匹配的发行版本
links:
链接:
onnxruntime-gpu
at PyPI
Onnxruntime-PYPI的GPU
onnxruntime
at PyPI
在PYPI的onnxuntime
onnxruntime
at Github
Github的onnxtime
My python version is 3.9
My OS is Windows 11 (I already have the VSC Built Tools)
My pip version is 23.1.2.
我的python版本是3.9,我的操作系统是Windows 11(我已经有了VSC构建工具),我的pip版本是23.1.2。
I want to install this library because is a requirement to use As-One a library for object detection.
https://github.com/augmentedstartups/AS-One
我想安装这个库,因为需要将库作为一个库来进行对象检测。Https://github.com/augmentedstartups/AS-One
更多回答
优秀答案推荐
Typically that error is due to using an unsupported python version, however there are builds for python 3.9 as you can see here with the 'cp39' packages: https://pypi.org/project/onnxruntime-gpu/#files
通常,该错误是由于使用了不受支持的Python版本,但是也有Python 3.9的构建版本,如您在这里看到的“cp39”包:https://pypi.org/project/onnxruntime-gpu/#files
There are only 64-bit builds though so wondering if you have a 32-bit version of Windows installed.
虽然只有64位版本,但请考虑一下您是否安装了32位版本的Windows。
更多回答
我是一名优秀的程序员,十分优秀!