Value error with "create_pandas_dataframe_agent" #27389
Unanswered
adityamity
asked this question in
Q&A
Replies: 2 comments
-
facing same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
allow_dangerous_code=True
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked other resources
Commit to Help
Example Code
Description
when running the above code , i am getting value error :
ValueError: This agent relies on access to a python repl tool which can execute arbitrary code. This can be dangerous and requires a specially sandboxed environment to be safely used. Please read the security notice in the doc-string of this function. You must opt-in to use this functionality by setting allow_dangerous_code=True.For general security guidelines, please see: https://python.langchain.com/v0.2/docs/security/
System Info
ValueError: This agent relies on access to a python repl tool which can execute arbitrary code. This can be dangerous and requires a specially sandboxed environment to be safely used. Please read the security notice in the doc-string of this function. You must opt-in to use this functionality by setting allow_dangerous_code=True.
Beta Was this translation helpful? Give feedback.
All reactions