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
Windows 10 Professional
Python 3.10, Python 3.12
PandasAI latest version 2.4.0
🐛 Describe the bug
Hey Guys, what is with the major incompatibilities of PandasAI with Pandas?
WHAT I TRIED:
I tried installing on 3 different Windows Professional machines:
in a conda environment, with pip install pandasai,
with poetry alone, with pip install pandasai,
with poetry tools in conda, then pip install.
THE RESULT I GOT WAS:
It failed on every installation, because of pip or poetry trying to compile the old 1.5.3 version of pandas.
You need to get caught up with Pandas. The package is called PANDAS AI.
This should be really obvious, but start with the latest Pandas version and compile AI APIs on top of it.
Dump Poetry and deliver conda packages. Don't make it hard for users and give us only pip-based packages to work with. Many users don't know how to install the Microsoft C++ 14 Build tools; this is why it failed to build in the first installation attempt using Poetry. Use conda to take away the burden of compilation expertise away from end users and puts it squarely onto developers.
Pandas 1.5.3 was released almost 2 years ago. Get with the program, PLEASE!! Please stay up to date with Pandas as a high priority.
The text was updated successfully, but these errors were encountered:
They keep mentioning that OpenAI requires pandas=1.5.3 and has a dependancy on it instead of trying to resolve the issue. I don't understand why they have to be inter-dependant on each other. They can be 2 different components and use agents to connect to each other.
They keep mentioning that OpenAI requires pandas=1.5.3 and has a dependancy on it instead of trying to resolve the issue. I don't understand why they have to be inter-dependant on each other. They can be 2 different components and use agents to connect to each other.
OpenAI, CrewAI, Llama index, Anthropic can use Pandas 2.2 without problems, so it is unclear why the PandasAI team has waited, other than resource constraints on their developer team.
@richlysakowski we confirm that the upcoming release of PandasAI 3.0 fixes the issue with Pandas 2+ dependency. The release will also make the installation more lightweight. Overall, we have carefully worked for a major improvement of the library in terms of simplicity of use, not only installation. Thanks for your patience on this dependency issue.
P.S.
Looking forward to share a beta release of the 3.0 soon
System Info
Windows 10 Professional
Python 3.10, Python 3.12
PandasAI latest version 2.4.0
🐛 Describe the bug
Hey Guys, what is with the major incompatibilities of PandasAI with Pandas?
WHAT I TRIED:
I tried installing on 3 different Windows Professional machines:
THE RESULT I GOT WAS:
It failed on every installation, because of pip or poetry trying to compile the old 1.5.3 version of pandas.
You need to get caught up with Pandas. The package is called PANDAS AI.
This should be really obvious, but start with the latest Pandas version and compile AI APIs on top of it.
Dump Poetry and deliver conda packages. Don't make it hard for users and give us only pip-based packages to work with. Many users don't know how to install the Microsoft C++ 14 Build tools; this is why it failed to build in the first installation attempt using Poetry. Use conda to take away the burden of compilation expertise away from end users and puts it squarely onto developers.
Pandas 1.5.3 was released almost 2 years ago. Get with the program, PLEASE!! Please stay up to date with Pandas as a high priority.
The text was updated successfully, but these errors were encountered: