Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: No matching distribution found for oneccl_bind_pt #50

Open
zhongyy opened this issue Jul 10, 2023 · 6 comments
Open

ERROR: No matching distribution found for oneccl_bind_pt #50

zhongyy opened this issue Jul 10, 2023 · 6 comments

Comments

@zhongyy
Copy link

zhongyy commented Jul 10, 2023

The error occurs when I am trying to install by
python -m pip install oneccl_bind_pt -f https://developer.intel.com/ipex-whl-stable-xpu
with Pytorch 1.13.0+cu117, Python 3.11.3, Ubuntu 22.04.1 LTS.

Would you like to kindly help me with the installation error? Thanks in advance.

@Ankur-singh
Copy link

I am also getting similar error. I am trying to install cpu version

@jerrychenhf
Copy link

jerrychenhf commented Sep 2, 2023

I am getting the same error when just execute the install command from the README.
python -m pip install oneccl_bind_pt==2.0.100 -f https://developer.intel.com/ipex-whl-stable-xpu

@ani-exists
Copy link

ani-exists commented Nov 7, 2023

As a work around, go to the find link URL in your browser and right click on the package and copy link. Install it as pip install <url>.

For example, if you want to install oneccl 2.0 xpu for python 3.9 from https://developer.intel.com/ipex-whl-stable-xpu, you can use pip install https://intel-extension-for-pytorch.s3.amazonaws.com/torch_ccl/xpu/oneccl_bind_pt-2.0.100%2Bgpu-cp39-cp39-linux_x86_64.whl

@xwu99
Copy link

xwu99 commented Feb 20, 2024

I faced the same error, need to replace "https://developer.intel.com/ipex-whl-stable-cpu" with redirected url “http://ec2-52-27-27-201.us-west-2.compute.amazonaws.com/ipex-release.php?device=cpu&repo=us&release=stable”.
I doubt there is something wrong with url redirection.

old url
image

replaced with redirected url
image

@mshiryaev @jingxu10

@aice-support
Copy link

aice-support commented Jun 28, 2024

Hi
It might be related to your proxy setting, you might need to make sure that developer.intel.com will go through your proxy server. Please check your no_proxy setting, and remove ".intel.com" if you have it in no_proxy settings.

thanks
@louie-tsai

@louie-tsai
Copy link
Contributor

@zhongyy
Does your still still exist after those proxy setting changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants