In streamlit cloud, while deploying my app, I’m getting below error:
To install langchain-community run `pip install -U langchain-community`.
I’m simply writing “langchain-community” in my requirements.txt, but what can I write instead so that I don’t get this warning??
Thanks in advance.
Hey @Rishi-spec-art ,
Could you manually check the latest version of langchain-community and specify it directly in your requirements.txt file, like langchain-community==x.y.z?
Let me know how it goes.
Best,
Charly
system
Closed
October 9, 2024, 8:34am
3
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.