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 'create_pandas_dataframe_agent' from partially initialized module 'langchain_experimental.agents' (most likely due to a circular import)...
I have tried to change the import to the following with the same result:
I am attempting to use the
create_pandas_dataframe_agent
function, but I get an import error.Concretely, using a simple
import
sentence:I get the error:
I have tried to change the import to the following with the same result:
My
pyproject.toml
file contains this:In this doc page it says the following:
But I have tried to do the upgrade and the import error still persists.
I am using MacOS Sequoia 15.1.1 (24B91). Many thanks in advance for any help on this.
The text was updated successfully, but these errors were encountered: