Skip to content

ERROR: Could not find a version that satisfies the requirement intel-extension-for-pytorch==2.1.100 (from versions: none) #525

@mohibovais79

Description

@mohibovais79

Describe the issue

!pip install torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2 --index-url https://download.pytorch.org/whl/cpu
!pip install intel-extension-for-pytorch==2.1.100
!pip install oneccl_bind_pt==2.1.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/

when I run these commands I get the above issue mentioned in the title. How to fix it?

Activity

jgong5

jgong5 commented on Feb 4, 2024

@jgong5

@jingxu10 Any idea?

jingxu10

jingxu10 commented on Feb 6, 2024

@jingxu10
Contributor

seems to be a network issue at your side?
image

AngryLoki

AngryLoki commented on Feb 8, 2024

@AngryLoki
Contributor

Blindly guessing,

  1. torch has whl for python 3.12, intel-extension-for-pytorch has none (btw, it would be useful at least for 2.2.0... should not be too difficult?)
  2. torch has whls for non-linux, intel-extension-for-pytorch does not
mohibovais79

mohibovais79 commented on Feb 9, 2024

@mohibovais79
Author

seems to be a network issue at your side? image

all other libraries are downloading fine only issue with this..

drnwh

drnwh commented on Mar 16, 2024

@drnwh

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:

dnf install python3.11
python3.11 -m venv intel-extensions
source intel-extensions/bin/activate
python -m pip install torch==2.1.0a0 torchvision==0.16.0a0 torchaudio==2.1.0a0 intel-extension-for-pytorch==2.1.10+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/

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

anthony-intel commented on Mar 27, 2024

@anthony-intel

Support for python 3.12 should be added

jingxu10

jingxu10 commented on Jun 13, 2024

@jingxu10
Contributor

Yes, WIP adding python 3.12 support.

Qubitium

Qubitium commented on Oct 10, 2024

@Qubitium

Yes, WIP adding python 3.12 support.

Can we expedite the 3.12 pip release support please?

kimasplund

kimasplund commented on Oct 13, 2024

@kimasplund

BUMP....

tye1

tye1 commented on Mar 18, 2025

@tye1

Python 3.12 support has been added in IPEX release since v2.5.10+xpu. Can we close this now?

holestine

holestine commented on Apr 29, 2025

@holestine

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

So I think the problem still persists.

kishanlal-ai

kishanlal-ai commented on May 2, 2025

@kishanlal-ai

Same Issue here also. @holestine
Can anyone help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @AngryLoki@Qubitium@holestine@jgong5@tye1

      Issue actions

        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