Build Error: numpy 1.16.2 for Python 3.8.2 on Windows

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

Runtime Details

Failing Packages

  • numpy 1.16.2

Reasons

  • Test failures: numpy, pandas
1 Like

Hey there — so, numpy and pandas are always tricky packages to get a good matching set of versions! I took a look at your project and tried playing with the versions a bit, if you set the versions to:

numpy 1.18.4
pandas 1.1.0

…then these built successfully on all platforms. The older versions of pandas aren’t building successfully with newer python versions. Hope that works for you!

2 Likes