You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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