I am using Python 3.8.0
Is there a way I can get numpy running
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.