79726192

Date: 2025-08-05 13:40:09
Score: 1
Natty:
Report link

I've had this pandas issue, and it was resolved by deleting all folders relating to pandas within the python Lib/site-packages folder, then reinstalling

for reinstalling I had to use pip install <pandas.whl file> --user --force-reinstall --no-dependencies

and I also needed Numpy version less than 2.0 (so 1.26.4 in my case)

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: user3376851