Replies: 1 comment
-
Hi, can you try to update to the latest version and let me know? We should have released a fix for that! |
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
-
Hello, I keep getting this error when asking questions and I am not sure how to solve this, does anyone has a similar issue?
`
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pandasai/helpers/code_manager.py", line 405, in _extract_fix_dataframe_redeclarations
if target_names and self._check_is_df_declaration(node):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pandasai/helpers/code_manager.py", line 397, in _check_is_df_declaration
and value.func.value.id == "pd"
^^^^^^^^^^^^^^^^^^^
AttributeError: 'Subscript' object has no attribute 'id'`
Beta Was this translation helpful? Give feedback.
All reactions