You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pip install torch-ort in a conda environment on Windows, I get the following error:
ERROR: Could not find a version that satisfies the requirement onnxruntime-training (from versions: none)
ERROR: No matching distribution found for onnxruntime-training
However, if I run the same command in a conda environment in WSL, it works just fine. Other people could repro. Seems to be a Windows issue.