You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chainlit: command not found, after install requirements. I uninstall the chainlit and install the version 0.1.1, it's report graphrag 1.1.306 requires aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1 which is incompatible. Then chainlit run appUI.py report error:from utils.chainlit_agents import ChainlitUserProxyAgent, ChainlitAssistantAgent ModuleNotFoundError: No module named 'utils'.
Then I install chainlit version 0.1.0. that report chainlit: command not found again
my python is 3.12.4
The text was updated successfully, but these errors were encountered:
chainlit: command not found, after install requirements. I uninstall the chainlit and install the version 0.1.1, it's report graphrag 1.1.306 requires aiofiles<25.0.0,>=24.1.0, but you have aiofiles 23.2.1 which is incompatible. Then chainlit run appUI.py report error:from utils.chainlit_agents import ChainlitUserProxyAgent, ChainlitAssistantAgent ModuleNotFoundError: No module named 'utils'.
Then I install chainlit version 0.1.0. that report chainlit: command not found again
my python is 3.12.4
The text was updated successfully, but these errors were encountered: