galinaalperovich / chatgpt-api-tg-bot

chatGPT integrated into Telegram using official OpenAI API
15 stars 8 forks source link

ModuleNotFoundError: No module named 'chatgpt_bot' #2

Open peteisacat opened 1 year ago

peteisacat commented 1 year ago

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

ModuleNotFoundError: No module named 'chatgpt_bot'

Aerasyn commented 1 year ago

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

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