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
The macOS preinstalled CPython installation is compiled with LibreSSL instead of OpenSSL. There are a number
99
+
of issues with LibreSSL, and as such is not fully supported by the libraries used by bittensor. Thus we highly recommend, if
100
+
you are using a Mac, to first install Python from [Homebrew](https://brew.sh/). Additionally, the Rust FFI bindings
101
+
[if installing from precompiled wheels (default)] require the Homebrew-installed OpenSSL pacakge. If you choose to use
102
+
the preinstalled Python version from macOS, things may not work completely.
103
+
104
+
### Installation
97
105
You can install Bittensor SDK on your local machine in either of the following ways. **Make sure you verify your installation after you install**:
98
106
-[Install using a Bash command](#install-using-a-bash-command).
99
107
-[Install using `pip3 install`](#install-using-pip3-install)
@@ -158,6 +166,13 @@ You can install using any of the below options:
158
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**.
159
167
2. Then install SDKwith`pip install bittensor`.
160
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