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
FYI, you can get it to work with pandas > 2. After pip installing ppscore, just reinstall pandas with pip using the --upgrade option. Then make sure you also install setuptools with the --upgrade option. It should then run without the pkg warning.
I'm using Python 12.5, for me it is impossible to install an older version of pandas without the Microsoft Visual C++ builder. Which is 6GB...
My workaround is simply downloading/forking the repo and removing the 2.0.0 upper limit on pandas and scikit-learn in the requirements.txt, and pip install from local folder or git repo. However, this is unsatisfactory.
The text was updated successfully, but these errors were encountered: