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

add LibMambaUnsatisfiableError to Installation Troubleshooting #488

Merged

Conversation

raybellwaves
Copy link
Contributor

@raybellwaves raybellwaves commented Mar 3, 2024

Just tried a fresh install on my old PC (has a lil GeForce GTX 1060 6GB) using conda and got LibMambaUnsatisfiableError. It took me a couple of minutes to understand what the error was telling me. I made a note of it here to help others who may come across it. Happy to have feedback on the wording or you are welcome to edit as you see best.

Edit: I didn't build the docs locally but looks as expected in the preview.

Screenshot 2024-03-03 at 12 04 34 AM

@raybellwaves raybellwaves requested a review from a team as a code owner March 3, 2024 04:24
Copy link

netlify bot commented Mar 3, 2024

Deploy Preview for docs-rapids-ai ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 1d93001
🔍 Latest deploy log https://app.netlify.com/sites/docs-rapids-ai/deploys/66229e7d0fc5c500085b14d6
😎 Deploy Preview https://deploy-preview-488--docs-rapids-ai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bdice
Copy link
Contributor

bdice commented Mar 3, 2024

@raybellwaves Thanks for the idea. This is also covered in the system requirements for CUDA versions, would that have answered your question equally well if we expanded the notes on CUDA 12 to say that CUDA 12 conda packages require a driver that supports CUDA 12? https://docs.rapids.ai/install#system-req

Also RAPIDS 24.02 has dropped support for Pascal GPUs, which includes the GTX 10xx series. You will need to use RAPIDS 23.12 for proper functionality. https://docs.rapids.ai/notices/rsn0034/

@raybellwaves
Copy link
Contributor Author

raybellwaves commented Mar 3, 2024

@raybellwaves Thanks for the idea. This is also covered in the system requirements for CUDA versions, would that have answered your question equally well if we expanded the notes on CUDA 12 to say that CUDA 12 conda packages require a driver that supports CUDA 12? https://docs.rapids.ai/install#system-req

Also RAPIDS 24.02 has dropped support for Pascal GPUs, which includes the GTX 10xx series. You will need to use RAPIDS 23.12 for proper functionality. https://docs.rapids.ai/notices/rsn0034/

Thanks for responding @bdice. I see the section at https://docs.rapids.ai/install#system-req and a bit more detail wouldn't have hurt. I think my preferred solution would be using the selector tool at the top and then having a link generated at the bottom of the tools that hyperlinks to issues if a user comes across them (i'll create a new issue: #490).

Thanks for the note on Pascal. https://github.com/rapidsai/cudf/blob/branch-24.04/python/cudf/cudf/utils/gpu_utils.py#L81 caught it which was great.

Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One proposal for improvement.

@raydouglass Would you take a peek at this and decide if this is the right place to document this?

install/install.md Outdated Show resolved Hide resolved
install/install.md Outdated Show resolved Hide resolved
install/install.md Outdated Show resolved Hide resolved
@bdice
Copy link
Contributor

bdice commented Apr 19, 2024

@raydouglass Your changes look good to me, so I'll merge.

Thanks @raybellwaves for the issue report and PR!

@bdice bdice merged commit 30ffbc0 into rapidsai:main Apr 19, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants