galinaalperovich/chatgpt-api-tg-bot

ModuleNotFoundError: No module named 'chatgpt_bot'

Opened this issue · 1 comments

when i run [python chatgpt_bot/bot.py], the system show the message:

ModuleNotFoundError: No module named 'chatgpt_bot'

you need to run each of the commands before that, after every reboot and whatnot:

export BOT_TOKEN=<TELEGRAM_BOT_TOKEN>
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -e .