p>
scipy under ARM architecture is itself a difficult package to install
when using pip3 install keras, run scipy setup.py \. Then, Failed cleaning build dir for scipy
popped up
looked up a lot of information, you can install the following dependency package, you can successfully install keras
sudo apt-get install python3-scipy
sudo apt-get install libblas-dev liblapack-dev
sudo apt-get install gfortran
sudo pip3 install keras
p>
div>