Run
pip3 uninstall numpy
until you receive a message stating no files available with numpy to uninstall
and then you can freshly install numpy using
pip install numpy
and that will fix the issue.
Run
pip3 uninstall numpy
until you receive a message stating no files available with numpy to uninstall
and then you can freshly install numpy using
pip install numpy
and that will fix the issue.