Rxm0n / freegpt-webui

GPT 3.5/4 with a Chat Web UI. No API key required.

Home Page:https://freegpt-webui-chimera.ramonvc.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileNotFoundError: [WinError 2] The system cannot find the file specified

MackyCoders opened this issue · comments

I literally ran: "pip install -r requirements.txt" in the freegpt-webui folder (cuz i know Python) but it doesnt work
here is a photo of it:
wth

commented

Is Flask Babel installed?

pip install Flask-Babel

@ramonvc same thing

commented

In babel.py, comment out the line compile_translations()

run pybabel compile -d translations in project folder

and try again.

image

@ramonvc Thx it worked