You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,13 @@ You can install using any of the below options:
166
166
1. Install `cubit` first. See the [Install](https://github.com/opentensor/cubit?tab=readme-ov-file#install) section. **Only Python 3.9 and 3.10 versions are supported**.
167
167
2. Then install SDKwith`pip install bittensor`.
168
168
169
+
170
+
### Troubleshooting
171
+
#### SSL: CERTIFICATE_VERIFY_FAILED
172
+
173
+
If you are encountering a `[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate`
174
+
error, use the command `python -m bittensor certifi` which will update your local SSL certificates.
0 commit comments