Attempting pip install xxx.whl on jetson nano resulted in an error (.whl is not a valid wheel filename)

Attempting pip install xxx.whl on jetson nano resulted in an error

# wget https://nvidia.box.com/shared/static/yhlmaie35hu8jv2xzvtxsh0rrpcu97yj.whl
# pip install yhlmaie35hu8jv2xzvtxsh0rrpcu97yj.whl 
yhlmaie35hu8jv2xzvtxsh0rrpcu97yj.whl is not a valid wheel filename.

Correct the format of the obtained binary file name and solve it

# wget https://nvidia.box.com/shared/static/yhlmaie35hu8jv2xzvtxsh0rrpcu97yj.whl -O  torch-1.4.0-cp27-cp27mu-linux_aarch64.whl
# pip install torch-1.4.0-cp27-cp27mu-linux_aarch64.whl
yhlmaie35hu8jv2xzvtxsh0rrpcu97yj.whl is not a valid wheel filename.

reference

pytorch-for-jetson-version-1-7-0-now-available/72048

Recommended Posts

Attempting pip install xxx.whl on jetson nano resulted in an error (.whl is not a valid wheel filename)
Attempting pip install pytorch on jetson nano resulted in an error (error: package directory'torch / cuda' does not exist)
On jetson nano, I tried pip install xxx.whl with Dockerfile but got an error (xxx.whl is not a supported wheel on this platform.)