-
Hi Team, after upgrading langchain from 0.0.202, we are starting to get this error RuntimeError: There is no current event loop in thread 'ScriptRunner.scriptThread'. Anybody seeing this or has figured out the work around or how to fix it? To re-create the issue the code is as simple as this:
|
Beta Was this translation helpful? Give feedback.
Answered by
hm-ca
Jun 23, 2023
Replies: 1 comment
-
Ended up resolving this by upgrading deeplake which was added in 0.0.203 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hm-ca
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ended up resolving this by upgrading deeplake which was added in 0.0.203
pip3 install -U deeplake