Update SDK installation docs to specify Python 3.11#2942
Update SDK installation docs to specify Python 3.11#2942Ca5parAD wants to merge 1 commit intoopentensor:masterfrom
Conversation
|
This isn't true though. We support 3.9-3.13 |
I have never been able to install with 3.13 only 3.11. In the bittensor docs themselves its stated that sdk only supports 3.9-3.11: https://docs.learnbittensor.org/getting-started/installation |
I'll have Maciej update the documentation. Thank you. But also can you open a bug report? I'm using it currently on Python 3.13 (macOS) and Python 3.12 (Ubuntu). |
Will do 👍 |
Until recently we had problems installing Bittensor SDK in a virtual environment based on Python v.3.13. The problem was that the version of Numpy we were using did not support compilation for this language. We have updated the dependency version and now you can freely install Bittensor SDK with any version of Python from 3.9 to 3.13. |



Updated the installation instructions in README.md to specify python3.11 -m venv for sdk compatibilty and added a note below.