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:
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 & OS3 Replies
@Marvee Amasi Check for all dependencies for the scipyband make sure you have them installed if you still get an error then run system update, that should do the trick
try installing another version of the library witch suited with your requirement , or installing a pre-built wheel for your ARM architecture, You can find it PyPI website or Github
Update your terminal
apt update && apt upgrade -y
Then try it again it should work properly