-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
ort-nightly venv install regressed #22922
Comments
@lutzroeder, See #22541 regarding to package name change for nightly. |
@tianleiwu this also reproduces when changing to the new package name. ~: python -m venv env
~: source env/bin/activate
(env) ~: pip install --quiet --upgrade pip setuptools wheel
(env) ~: pip install --upgrade --pre onnxruntime --extra-index https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
Looking in indexes: https://pypi.org/simple, https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
Collecting onnxruntime
Downloading https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/7982ae20-ed19-4a35-a362-a96ac99897b7/pypi/download/onnxruntime/1.21.dev20241120002/onnxruntime-1.21.0.dev20241120002-cp312-cp312-macosx_13_0_universal2.whl (29.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.8/29.8 MB 5.3 MB/s eta 0:00:00
Collecting coloredlogs (from onnxruntime)
Using cached coloredlogs-15.0.1-py2.py3-none-any.whl.metadata (12 kB)
Collecting flatbuffers (from onnxruntime)
Downloading https://aiinfra.pkgs.visualstudio.com/2692857e-05ef-43b4-ba9c-ccf1c22c437c/_packaging/7982ae20-ed19-4a35-a362-a96ac99897b7/pypi/download/flatbuffers/24.3.25/flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB)
Collecting numpy>=1.21.6 (from onnxruntime)
User for aiinfra.pkgs.visualstudio.com: |
You can install like
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
ort-nightly
blocks when installing invenv
printingUser for aiinfra.pkgs.visualstudio.com:
. This regressed recently.To reproduce
Urgency
No response
Platform
Mac
OS Version
15.1.1
ONNX Runtime Installation
Other / Unknown
ONNX Runtime Version or Commit ID
ort_nightly-1.20.0.dev20241015001
ONNX Runtime API
Python
Architecture
ARM64
Execution Provider
Other / Unknown
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: