SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
563 stars 133 forks source link

Bunch of errors that prevent me from installing or running it #172

Closed ShiroHusky closed 1 year ago

ShiroHusky commented 1 year ago

It gives me an error about a version of torch 2.00 not being found( No matching distribution found for torch )

And also an error about distutils which if I try to pip install it won't install, saying the same thing about torch 2.00 When I try to type server.py --enable-modules=rvc,edge-tts,coqui-tts it says there is no transformers

and if I try to pip install it, it gives me this error: Cargo, the Rust package manager, is not installed or is not on PATH. This package requires Rust and Cargo to compile extensions. Install it through the system's package manager or via https://rustup.rs/

ShiroHusky commented 1 year ago

Nevermind I managed to solve it, it was the version of python I was using