Skip to content

Commit

Permalink
adds tip about ssl ssue
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Jan 29, 2025
1 parent 49609ae commit d7e3e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ jupyter lab
```
- Restart the powershell and check that conda is in the path. Run for example `conda --version`.
- If you see `sys:1: DeprecationWarning: Call to deprecated function (or staticmethod) _destroy.` when running `python scripts/setup.py`, we don't think this is actually a problem. As long as `check_setup.py` says everything looks good, you're fine!
- If you see an error that mentions SSL verification and are using `conda`, add the following line to your `~/.condarc`: `ssl_verify: false`. Then restart your terminal and run the command again. (If you are using `uv`, I'm not sure how to set this configuration option.)
## Binder
Expand Down

0 comments on commit d7e3e80

Please sign in to comment.