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
I too totally missed Python 3.12 isn't supported via the whl's and the written instruction path. Fedora has 3.12 as default now so after a brief re-read I saw where I completely overlooked the supported python versions. Sadly, outside of bold, large font, blinking text, unsure how to make it more readable for folks like myself who have a tendency to skim docs.
I'm using Python 3.12.10 on Windows right now and running:
pip install intel-extension-for-pytorch
produces:
ERROR: Could not find a version that satisfies the requirement intel-extension-for-pytorch (from versions: none)
ERROR: No matching distribution found for intel-extension-for-pytorch
ERROR: Could not find a version that satisfies the requirement intel-extension-for-pytorch==2.1.100 (from versions: none) · Issue #525 · intel/intel-extension-for-pytorch
Activity
jgong5 commentedon Feb 4, 2024
@jingxu10 Any idea?
jingxu10 commentedon Feb 6, 2024
seems to be a network issue at your side?

AngryLoki commentedon Feb 8, 2024
Blindly guessing,
mohibovais79 commentedon Feb 9, 2024
all other libraries are downloading fine only issue with this..
drnwh commentedon Mar 16, 2024
This is most likely caused by intels repository having now whl's for Python 3.12 as mentioned by @AngryLoki
On Fedora the solution ends up being:
I too totally missed Python 3.12 isn't supported via the whl's and the written instruction path. Fedora has 3.12 as default now so after a brief re-read I saw where I completely overlooked the supported python versions. Sadly, outside of bold, large font, blinking text, unsure how to make it more readable for folks like myself who have a tendency to skim docs.
anthony-intel commentedon Mar 27, 2024
Support for python 3.12 should be added
jingxu10 commentedon Jun 13, 2024
Yes, WIP adding python 3.12 support.
Qubitium commentedon Oct 10, 2024
Can we expedite the 3.12 pip release support please?
kimasplund commentedon Oct 13, 2024
BUMP....
tye1 commentedon Mar 18, 2025
Python 3.12 support has been added in IPEX release since v2.5.10+xpu. Can we close this now?
holestine commentedon Apr 29, 2025
I'm using Python 3.12.10 on Windows right now and running:
produces:
ERROR: Could not find a version that satisfies the requirement intel-extension-for-pytorch (from versions: none) ERROR: No matching distribution found for intel-extension-for-pytorch
So I think the problem still persists.
kishanlal-ai commentedon May 2, 2025
Same Issue here also. @holestine
Can anyone help ?