How to install facenet-pytorch?

Is it possible to install facenet-pytorch on the jetson? If so, how? Trying it with pip3 install just gives the error:

error: package directory ‘torch/cuda’ does not exist

Hi,

Just confirmed that the facenet-pytorch can work on the Jetson platform.

1. Please install pyTorch package based on this comment:

2. And install facenet-pytorch with this command:

$ sudo pip3 install facenet-pytorch

Thanks.