-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
I am also getting similar error. I am trying to install cpu version |
I am getting the same error when just execute the install command from the README. |
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 For example, if you want to install oneccl 2.0 xpu for python 3.9 from |
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”. |
Hi thanks |
@zhongyy |
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.
The text was updated successfully, but these errors were encountered: