Build Error: pandas 1.2.4 for Python 3.6.6 on Windows

Looking for help with this package that is failing to build in my project.

Runtime Details

  • ActiveState
  • Language - python 3.6.6
  • Platform - Windows

Failing Packages

  • pandas 1.2.4

Hi @codingwithme021 - thanks for posting. Looks like you’ve since removed the Pandas package from your build, let me know if you’re still looking to use it and I can check in with the Builds team about any additional steps that might get it working.

I took a look at this issue, and it appears that pandas > 1.2.0 only works with python 3.7.1+.

I’m working on correcting the configuration on our side so that the correct version of pandas will be selected automatically for python 3.6, but in the meantime manually selecting an older version should build as expected.

Pandas 1.2.0+ is now properly limited to python 3.7.1. If you re-add it to your python 3.6 project, the platform will now select 1.1.0 which does build properly.

Pandas build failes for Python3.9.7. Tried with different version but not helping. Issue with linux os and pandas version 1.3.1

@vivekdesai55

Pandas looks to be building in my test project. Is this resolved for you as well?