152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
771 stars 179 forks source link

'streamlit' is not recognized as an internal or external command #28

Closed rbychn closed 1 year ago

rbychn commented 1 year ago

after fresh install, that's the error

rbychn commented 1 year ago

after manually installing streamlit and running app.py, I get

ModuleNotFoundError: No module named 'chardet'

rbychn commented 1 year ago

after manually adding chardet and running app.py, I get the following in the browser

ModuleNotFoundError: No module named 'voicefixer'

rikabi89 commented 1 year ago

after manually adding chardet and running app.py, I get the following in the browser

ModuleNotFoundError: No module named 'voicefixer'

try pip install voicefixer

152334H commented 1 year ago

I don't actually have chardet installed, so I'm fairly confused about that part.

as a stopgap measure, i've just dumped streamlit and voicefixer into the requirements file, while I try to wrangle a new python env

152334H commented 1 year ago

properly addressed in https://github.com/152334H/tortoise-tts-fast/commit/9711b2ce76c1d1c7b40346fccd27a145ddde6422

Apologies for testing in production