Skip to content
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

DOC: <Issue related to /v0.2/docs/integrations/tools/pandas/> #26616

Open
2 tasks done
simranaptus opened this issue Sep 18, 2024 · 1 comment
Open
2 tasks done

DOC: <Issue related to /v0.2/docs/integrations/tools/pandas/> #26616

simranaptus opened this issue Sep 18, 2024 · 1 comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder

Comments

@simranaptus
Copy link

URL

https://python.langchain.com/v0.2/docs/integrations/tools/pandas/

Checklist

  • I added a very descriptive title to this issue.
  • I included a link to the documentation page I am referring to (if applicable).

Issue with current documentation:

there exist a lot of import error, one such is
TypeError: cannot pickle 'classmethod' object even when i am simply importing from the codeblock on langchain which goes like --> from langchain_experimental.agents.agent_toolkits import create_pandas_dataframe_agent

link -->https://python.langchain.com/v0.2/docs/integrations/tools/pandas/

Idea or request for content:

if the version has recently changed it could have been mentioned on site, otherwise a guide to handle such errors would have been good.

@dosubot dosubot bot added the 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder label Sep 18, 2024
@Nayel99
Copy link

Nayel99 commented Sep 19, 2024

I had the same problem.

It's because of the langchain migration to v0.3.

Try
pip install --upgrade langchain_openai
pip install --upgrade langchain

It worked for me !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder
Projects
None yet
Development

No branches or pull requests

2 participants