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.