From 03a8b9bf67b6ff0e1681bc124366fe11d1cdbead Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 21 Oct 2024 14:33:02 -0700 Subject: [PATCH] Change HTTP 000 error SO link to permalink answer --- install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.md b/install/index.md index a2f0141dc42..0c111c2745c 100644 --- a/install/index.md +++ b/install/index.md @@ -298,7 +298,7 @@ Windows users can now tap into GPU accelerated data science on their local machi ### **Troubleshooting** - When installing with Conda, if an `http 000 connection error` occurs when accessing the repository data, run `wsl --shutdown` and then [restart the WSL instance](https://stackoverflow.com/questions/67923183/miniconda-on-wsl2-ubuntu-20-04-fails-with-condahttperror-http-000-connection){: target="_blank"}. + When installing with Conda, if an `http 000 connection error` occurs when accessing the repository data, run `wsl --shutdown` and then [restart the WSL instance](https://stackoverflow.com/a/69601760){: target="_blank"}. When installing with Conda or pip, if an `WSL2 Jitify fatal error: libcuda.so: cannot open shared object file` error occurs, follow suggestions in [this WSL issue](https://github.com/microsoft/WSL/issues/8587) to resolve.