Installing scipy on Jetson Tx2

Hi I have been trying to install scipy my Jetson TX2.

By running

pip3 install scipy

However i am always receiving this error

ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly

My pip version is 19.3.1

Please help

Hi,

You will need to compile it from source, which might take 1~2 hour to finish.
Please check this comment and apply step.1~3:
https://devtalk.nvidia.com/default/topic/1067542/jetson-agx-xavier/indexerror-list-index-out-of-range-object-detection-and-instance-segmentations-with-a-tensorflow-mask-r-cnn-network-/post/5408940/#5408940

Thanks.

Hi aastaLLL,

THanks for your reply !