Installing PyTorch--Building the Project from Source

According to the command in HELLO AI WORLD, the dialog box for installing Pytorch cannot pop up again,The following is the same in the document。

You can also run this tool again later if you decide that you want to install PyTorch at another time:

$ cd jetson-inference/build $ ./install-pytorch.sh

Running these commands will prompt you with the same dialog as seen above.

image

Hi,

Please run the script with BUILD_INTERACTIVE enabled.

$ ./install-pytorch.sh $BUILD_INTERACTIVE

Ex.

$ ./install-pytorch.sh 1

Thanks.

thank you .

Hi @hope.wang, sorry this was a bug - I fixed it recently with commit 812bd.

So if you pull the latest, you should be able to run install_pytorch.sh without any argument.

1 Like