os.environ["LANGCHAIN_TRACING_V2"] = "true" causes AttributeError: '_UnixSelectorEventLoop' object has no attribute '_closed'
Closed this issue · 3 comments
bhs1 commented
Anyone else seen this? When I set os.environ["LANGCHAIN_TRACING_V2"] = "false" it goes away. I'm using asyncio.run().
bhs1 commented
Running this guy's code reproduces the issue https://github.com/Kevin7744/Web-Voyager-Using-Langchain/blob/main/main.py#L42
mlcocdav commented
Same problem here.
hinthornw commented
do you have a stack trace?