Skip to content

No matching distribution found for intel_extension_for_pytorch==1.13.100+cpu #420

@jerrychenhf

Description

@jerrychenhf

Describe the bug

In a Python 3.9 environment, I execute the following command:

pip install intel_extension_for_pytorch==1.13.100+cpu -f https://developer.intel.com/ipex-whl-stable-cpu

It shows the error:
ERROR: Could not find a version that satisfies the requirement intel_extension_for_pytorch==1.13.100+cpu (from versions: 1.10.100, 1.11.0, 1.11.100, 1.11.200, 1.12.0, 1.12.100, 1.12.200, 1.12.300, 1.13.0, 1.13.100, 2.0.0, 2.0.100)
ERROR: No matching distribution found for intel_extension_for_pytorch==1.13.100+cpu

The URL https://developer.intel.com/ipex-whl-stable-cpu redirect to:
http://ec2-52-27-27-201.us-west-2.compute.amazonaws.com/ipex-release.php?device=cpu&repo=us&release=stable

If I try to use:
pip install intel_extension_for_pytorch==1.13.100+cpu -f "http://ec2-52-27-27-201.us-west-2.compute.amazonaws.com/ipex-release.php?device=cpu&repo=us&release=stable" --trusted-host ec2-52-27-27-201.us-west-2.compute.amazonaws.com

Things are working. Seems to be a bug caused by redirecting to a http address (instead of https)?

Versions

Python 3.9

Activity

jingxu10

jingxu10 commented on Sep 10, 2023

@jingxu10
Contributor

Looks to be a cache issue at your ISP.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jerrychenhf@jingxu10

        Issue actions

          No matching distribution found for intel_extension_for_pytorch==1.13.100+cpu · Issue #420 · intel/intel-extension-for-pytorch