Hi,
I managed to install pyenv-win after this on PS (as admin):
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
PS C:\Windows\system32> cd C:\Users\dba\Downloads\demo_v5\jam-py-master\jam-py-master\demo
PS C:\Users\dba\Downloads\demo_v5\jam-py-master\jam-py-master\demo> pip install jam.py-v5 standard-imghdr
Collecting jam.py-v5
Using cached jam.py_v5-5.5.4-py3-none-any.whl.metadata (7.1 kB)
Collecting standard-imghdr
Using cached standard_imghdr-3.13.0-py3-none-any.whl.metadata (862 bytes)
Using cached jam.py_v5-5.5.4-py3-none-any.whl (2.2 MB)
Using cached standard_imghdr-3.13.0-py3-none-any.whl (4.6 kB)
Installing collected packages: standard-imghdr, jam.py-v5
Successfully installed jam.py-v5-5.5.4 standard-imghdr-3.13.0
[notice] A new release of pip is available: 25.3 -> 26.0.1
[notice] To update, run: python.exe -m pip install --upgrade pip
That's it. Run Jam.py.
Install 3.14 in new PS and you'll have both. Impossible to run on one Python install otherwise.
Good luck.