I am using Python 3.8.0
Is there a way I can get numpy running
I am using Python 3.8.0
Is there a way I can get numpy running
On windows installing scientific packages, like numpy, can be a bit tricky you can try anaconda instead https://www.anaconda.com/distribution/
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.