-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'AsyncCallbackManager' from 'langchain.callbacks.base' (/usr/local/Python-3.11.3/lib/python3.11/site-packages/langchain/callbacks/base.py) #70
Comments
I solved this problem to install version 0.0.142,here is command "pip install langchain==0.0.142" |
Try |
nice job,i use this solve the problem and update to the latest version 0.0.155,but meet another problem |
i didn't follow all the operation on the pull request , when i add the extra fields to the 'ConversationalRetrievalChain' ,it runs . |
the same issue as 69 ,so i close it ,we are create the issue at the same time. |
Please accept fix |
@dahaoGPT I have the same error. |
good |
when i run ‘make start’ command ,i meet the error ‘ImportError: cannot import name 'AsyncCallbackManager' from 'langchain.callbacks.base' (/usr/local/Python-3.11.3/lib/python3.11/site-packages/langchain/callbacks/base.py)’ ,
i have already install the langchain and make the path correct
is that 'AsyncCallbackManager' has removed or what can i do to sovle the problem ?thx for help
The text was updated successfully, but these errors were encountered: