Need assistance with roop install

Installing roop using these steps in this video. (https://www.youtube.com/watch?v=MjyBswm3dG4)

It went ok till here:

C:\Users\zzzzz\OneDrive\Desktop\DeepFake>Git clone GitHub - s0md3v/roop: one-click face swap Cloning into ‘roop’… remote: Enumerating objects: 1537, done. remote: Total 1537 (delta 0), reused 0 (delta 0), pack-reused 1537 Receiving objects: 100% (1537/1537), 97.43 MiB | 6.80 MiB/s, done. Resolving deltas: 100% (916/916), done. C:\Users\zzzzz\OneDrive\Desktop\DeepFake>cd roop

FAILS HERE: [notice] A new release of pip is available: 23.2.1 → 23.3.2 [notice] To update, run: python.exe -m pip install --upgrade pip

(venv) C:\Users\tpjos\OneDrive\Desktop\DeepFake\roop>C:\Users\tpjos\AppData\Local\Programs\Python\Python312\python.exe -m pip install --upgrade pip Requirement already satisfied: pip in c:\users\tpjos\appdata\local\programs\python\python312\lib\site-packages (23.3.2)

(venv) C:\Users\tpjos\OneDrive\Desktop\DeepFake\roop>C:\Users\tpjos\AppData\Local\Programs\Python\Python312\python run.py Traceback (most recent call last): File “C:\Users\tpjos\OneDrive\Desktop\DeepFake\roop\run.py”, line 3, in from roop import core File “C:\Users\tpjos\OneDrive\Desktop\DeepFake\roop\roop\core.py”, line 16, in import onnxruntime ModuleNotFoundError: No module named ‘onnxruntime’

(venv) C:\Users\tpjos\OneDrive\Desktop\DeepFake\roop>pip install onnxruntime ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for onnxruntime

[notice] A new release of pip is available: 23.2.1 → 23.3.2 [notice] To update, run: python.exe -m pip install --upgrade pip

It looks like there’s no wheel for onnxruntime for Python 3.12. The latest is for Python 3.11.