Keras and scipy throwing weird errors....while installing on jetson nano.. no links could help me.

Hi,

We’re very sorry to hear that you had a bad experience at Jetson Nano.

May I know how do you install keras and scipy library?
We have verified that keras and scipy can be installed with the following command:

$ sudo apt-get install gfortran
$ sudo apt-get install -y build-essential libatlas-base-dev
$ sudo pip3 install keras

Could you give it a try?

Thanks.