RafayKhattak / csvGPT

csvGPT is an web app tool that enables users to upload CSV files, visualize the data, and have interactive conversations with an AI model.

Home Page:https://rafaykhattak-csvgpt-app-76uwuy.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandasai error

rockettpc opened this issue · comments

I have tried running this locally and in the cloud using streamlit, both give errors regarding not being able to import PandasAI

You simply need to downgrade pandasai to an older version

pip install pandasai==0.6.0

You simply need to downgrade pandasai to an older version

pip install pandasai==0.6.0

Thank you so much, I'll change it as soon as possible.

You simply need to downgrade pandasai to an older version
pip install pandasai==0.6.0

Thank you so much, I'll change it as soon as possible.

no problem, cool little app btw.