intel / torch-ccl

oneCCL Bindings for Pytorch*
BSD 3-Clause "New" or "Revised" License
83 stars 23 forks source link

ERROR: No matching distribution found for oneccl_bind_pt #50

Open zhongyy opened 1 year ago

zhongyy commented 1 year ago

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 commented 1 year ago

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

jerrychenhf commented 1 year ago

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 commented 10 months ago

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 commented 7 months ago

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 commented 2 months ago

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