Any suggestions on how to successfully install scipy on my ARMv8 board considering the multiple pip

I'm encountering errors while installing scipy using pip3 on my 64-bit ARMv8 board. I've already installed openblas, a dependency for scipy.
Here is the error:
Failed building wheel for scipy

I have multiple pip versions pip3 and pip3.5 installed. pip3 is located in /usr/bin, while the main pip seems to be in /usr/lib64/python3.5/site-packages.
I've tried installing with --trusted-host flags and the --no-binary option, but the build fails in both cases.
Any suggestions on how to successfully install scipy on my ARMv8 board considering the multiple pip versions and the build failure?
@Middleware & OS
Was this page helpful?