2 Answers2

0

On windows installing scientific packages, like numpy, can be a bit tricky you can try anaconda instead https://www.anaconda.com/distribution/

Daniel Marchand
  • 584
  • 8
  • 26
0

To install NumPy from Pip you would need a C / C++ compiler and make sure that Python finds it. Alternatively, a much easier approach is to get a Python installation with pre-compiled NumPy. Popular such choices are:

more are listed in the Python wiki.

None of them offers Python 3.8 yet, as far as I know.

norok2
  • 25,683
  • 4
  • 73
  • 99