I\'m trying to install scipy via pip on my 64 bit ARMV8 board. I have already installed openblas which is required by scipy. So, no issues with that. When i gave pip3
pip3
I had the same issue. I resolved this issue after run below command
pip install --upgrade pip setuptools wheel