-
Notifications
You must be signed in to change notification settings - Fork 444
Description
Describe the bug
I have followed the bittensor installation guide verbatim on a Windows machine running WSL.
Everything was running perfectly, returning "working" results, up until I was asked to run btcli run --cuda to run bittensor on my GPU.
The initial errors I received had to do with cubit not being found as a dependency (patebin here), so I ended up installing it from source in the /.bittensor directory and pip installing it accordingly. I made some progress, but after running the btcli command with the cuda flag, I continued to receive stack traces telling me that a cubit.pyx file was not being found in my home directory. After copying the same file from the cubit repository I cloned earlier to my home directory, I've hit a wall and a stack trace I can't seem to route around.
This is where I've landed:
To Reproduce
Steps to reproduce the behavior:
- Follow the installation guide verbatim
- Run into errors after running
btcli run --cuda
Screenshots
My first stack trace, saying cubit wasn't installed, even when I followed the installation steps successfully:
My second stack trace, after installing cubit from source:
My third, intractable stack trace, saying I need an integer:
Environment:
Windows 11 running WSL2:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.1 LTS"
- Bittensor Version [e.g. 22]
the latest release
Additional context
Add any other context about the problem here.


