Closed zhuohanl closed 3 months ago
What's the output of python -m langchain_core.sys_info
Should be solved by: https://github.com/langchain-ai/langchain/pull/24687
Once the next langchain package version is released, this fix should be applied. In order to download the latest release, just run pip install -U langchain
.
Checked other resources
Example Code
Error Message and Stack Trace (if applicable)
Description
I am trying to test using OutputFixingParser by following a tutorial. But it gave me exception as shown in the Stack Trace.
System Info
python = "^3.10" langchain = "^0.2.11" langchain-openai = "^0.1.19"