[Build] cuda12.2,python3.11无法安装1.17.1版本
Describe the issue
cuda12.2,python3.11无法安装1.17.1版本
Urgency
No response
Target platform
centos8
Build script
pip install onnxruntime==1.17.1或者用docker build都无法安装
Error / output
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.17.1 (from versions: none) ERROR: No matching distribution found for onnxruntime==1.17.1
Visual Studio Version
No response
GCC / Compiler Version
No response
pip install onnxruntime==1.17.1 works on my machine.
If you want to install onnxruntime-gpu (CUDA 12.x), please run
pip install onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
https://onnxruntime.ai/docs/install/
Please run the following command:
pip3 debug --implementation cp --verbose --python-version 3.11 |grep cp311
And paste the output here.
Also, when you run the "pip install" command, you can add "-v" there to get more information. Like:
pip install -v onnxruntime-gpu --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/onnxruntime-cuda-12/pypi/simple/
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
Please use the following document to gather more information: https://github.com/microsoft/onnxruntime/discussions/19113
We need to know more specifically which pip tag that you were looking for.
Then you may either reopen this issue or create a new one.