-
Notifications
You must be signed in to change notification settings - Fork 197
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
[BUG] Documentation contains the wrong index url for pip
#1377
Comments
I am very new to rapids libraries therefore I can't say for sure this is a bug to the team, but it surely looks like one to me. If you guys think this should be a bug, let me know I'll create a bug issue. |
I am not sure whether this is due to the fact that libraft-headers are not installed (and if without conda, one has to build from source); if it is, I'll have to install the required libraries and build from source. I found, not only libraft-headers needs to be built from source, RMM is also conda-only. Does this mean to use raft, I'll have to install either conda or build from source? |
@stucash thanks for opening and issue about this.
The RAFT wheels contain all of the RAFT pieces so you should not have to build or use anything else within RAFT. What version of CUDA toolkit and model of GPU do you have installed? |
There is a minor bug that we know about and are fixing regarding providing better error messages, but the underlying problem here is that your installation command is using the wrong URL. It should be:
(note the lack of the |
Thanks for the quick reponse, my
|
Thanks for that! Just so you know my line of command was taken directly from READ.ME of this repo, probably it means it needs to be updated. UPDATE: with @vyasr 's new url I was able to install raft. Thanks a lot! |
@stucash Thanks so much for trying the corrected link! I'm going to convert this issue into a bug report so that we can prioritize fixing our docs. |
pip
Closes #1377 Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Divye Gala (https://github.com/divyegala) URL: #1378
I am running a Debian 10 variant, pip version is 23.0.1, my python version is 3.10.5 and I am install raft in a virtual environment. I don't use conda.
pip install pylibraft-cu11 --extra-index-url=https://pypi.ngc.nvidia.com
This command failed with following error (full stacktrace):
The text was updated successfully, but these errors were encountered: