I am having issues trying to install numpy for pypy3 on my Windows 10 machine.
As I am unable to tell if this problem stems from my pypy3 installation or from something
Seems to be ppy3 is not properly installed. Try installing through wget.
wget https://bootstrap.pypa.io/get-pip.py ./pypy get-pip.py
Once installed, try installing numpy
pypy -m pip install numpy