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
Hi, I'm trying to run your code I obtain this error:
ImportError: cannot import name 'StreamlitChatMessageHistory' from 'langchain.memory.chat_message_histories' (C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\memory\chat_message_histories_init_.py)
Traceback:
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "C:\Users\ASUS\Desktop\2024-02-13_chat-with-a-website-main\chat.py", line 10, in
from langchain.memory.chat_message_histories import StreamlitChatMessageHistory
How can I fix this?
The text was updated successfully, but these errors were encountered:
This issue is likely due to the lower version of the langchain used while the code would have been written, try pinning it with langchain==0.0.330 and issue should be resolved.
Hi, I'm trying to run your code I obtain this error:
ImportError: cannot import name 'StreamlitChatMessageHistory' from 'langchain.memory.chat_message_histories' (C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\site-packages\langchain\memory\chat_message_histories_init_.py)
Traceback:
File "C:\Users\ASUS\AppData\Local\Programs\Python\Python310\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 535, in _run_script
exec(code, module.dict)
File "C:\Users\ASUS\Desktop\2024-02-13_chat-with-a-website-main\chat.py", line 10, in
from langchain.memory.chat_message_histories import StreamlitChatMessageHistory
How can I fix this?
The text was updated successfully, but these errors were encountered: