from chatdev.chat_chain import ChatChain
File "/content/ChatDev/chatdev/chat_chain.py", line 12, in
from chatdev.chat_env import ChatEnv, ChatEnvConfig
File "/content/ChatDev/chatdev/chat_env.py", line 16, in
from ecl.memory import Memory
File "/content/ChatDev/ecl/memory.py", line 15, in
from utils import get_easyDict_from_filepath,log_and_print_online
It seems you are encountering an ImportError. You can check the utils.py file to make sure it is in the correct directory and accessible from where you are trying to import it.
from chatdev.chat_chain import ChatChain File "/content/ChatDev/chatdev/chat_chain.py", line 12, in
from chatdev.chat_env import ChatEnv, ChatEnvConfig
File "/content/ChatDev/chatdev/chat_env.py", line 16, in
from ecl.memory import Memory
File "/content/ChatDev/ecl/memory.py", line 15, in
from utils import get_easyDict_from_filepath,log_and_print_online