Skip to content
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

[FR]: Could not find a version that satisfies the requirement ort-nightly-directml==1.18.0 (from version: none) #1280

Open
purejomo opened this issue Aug 6, 2024 · 3 comments
Labels
DirectML DirectML enhancement New feature or request

Comments

@purejomo
Copy link

purejomo commented Aug 6, 2024

Proposal Summary

(conda) System-Product-Name:~/Olive/examples/directml/llm$ pip install ort-nightly-directml==1.18.0.dev20240419003 --extra-index-url=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/
ERROR: Could not find a version that satisfies the requirement ort-nightly-directml==1.18.0.dev20240419003 (from versions: none)
ERROR: No matching distribution found for ort-nightly-directml==1.18.0.dev20240419003

this kind of error happened

did someone break through this problem?

Can someone help me?

@purejomo purejomo added the enhancement New feature or request label Aug 6, 2024
@jambayk
Copy link
Contributor

jambayk commented Aug 7, 2024

Not sure why the installation is failing since the package is still in the feed.

Ort 1.18.0 has been released officially so you can just run pip install onnxruntime-directml instead

@devang-ml devang-ml added the DirectML DirectML label Aug 8, 2024
@purejomo
Copy link
Author

purejomo commented Aug 9, 2024

thank you for helping me

I'm using Linux
my python version is 3.8.0
torch 2.4.0+cu121
Unfortunately,
pip install onnxruntime-directml also doesn't work

(ghlee) ghlee@oem-System-Product-Name:~/Olive/examples/directml/llm$ pip install ort-nightly-directml==1.18.0.dev20240419003 --extra-index-url=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/
ERROR: Could not find a version that satisfies the requirement ort-nightly-directml==1.18.0.dev20240419003 (from versions: none)
ERROR: No matching distribution found for ort-nightly-directml==1.18.0.dev20240419003
(ghlee) ghlee@oem-System-Product-Name:~/Olive/examples/directml/llm$ pip install onnxruntime-directml
ERROR: Could not find a version that satisfies the requirement onnxruntime-directml (from versions: none)
ERROR: No matching distribution found for onnxruntime-directml

....
@jambayk

@himanshushukla12
Copy link

himanshushukla12 commented Aug 13, 2024

same issue, couldn't find the given version

pip install ort-nightly-directml==1.18.0.dev20240419003 --extra-index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com, https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/
ERROR: Could not find a version that satisfies the requirement ort-nightly-directml==1.18.0.dev20240419003 (from versions: none)
ERROR: No matching distribution found for ort-nightly-directml==1.18.0.dev20240419003

git this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DirectML DirectML enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants