Open Strannik74 opened 4 years ago
@Strannik74 Try to install chatbase from repo:
pip install git+git://github.com/google/chatbase-python.git
Thanks
The error has disappeared
Another appeared
❯ python3 main.py
Traceback (most recent call last):
File "main.py", line 140, in
@Strannik74 you need to create own telegram bot and insert token to config.yml Manual: https://core.telegram.org/bots#generating-an-authorization-token
❯ python3 main.py Traceback (most recent call last): File "main.py", line 7, in
from chatbase import Message
File "/usr/local/lib/python3.8/dist-packages/chatbase/init.py", line 18, in
from chatbase.facebook_agent_message import *
File "/usr/local/lib/python3.8/dist-packages/chatbase/facebook_agent_message.py", line 19, in
from base_message import Message
ModuleNotFoundError: No module named 'base_message'