SillyTavern / SillyTavern-Extras

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

Fix for installing using Option 2 - Vanilla with multiple installed python versions #17

Closed Tywele closed 1 year ago

Tywele commented 1 year ago

I have 2 versions of python installed which led to this error

grafik

This is easily fixable by prepending the python command like this python -m pip install -r requirements.txt

Cohee1207 commented 1 year ago

Replaced