Qengineering / Jetson-Nano-image

Jetson Nano image with deep learning frameworks

Home Page:https://qengineering.eu/install-tensorflow-2.4.0-on-jetson-nano.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include torch

GTP95 opened this issue · comments

I'm trying to run a project that requires torch>=1.10, but when I try to install it I get "No matching distribution found for torch>=1.10 (from lightweight-gan)". Could you please tell me how I can install torch?
Maybe you could also include it in your next release
The full log for reference:

(lightweight-gan) jetson@nano:~/lightweight-gan$ pip3 install lightweight-gan
Collecting lightweight-gan
  Using cached https://files.pythonhosted.org/packages/6b/ea/1ed30e2285ef18fd62f4bfe38183377c9a3cc352967e45e961d7179773f1/lightweight_gan-0.23.2-py3-none-any.whl
Collecting retry (from lightweight-gan)
  Using cached https://files.pythonhosted.org/packages/4b/0d/53aea75710af4528a25ed6837d71d117602b01946b307a3912cb3cfcbcba/retry-0.9.2-py2.py3-none-any.whl
Collecting kornia>=0.5.4 (from lightweight-gan)
  Using cached https://files.pythonhosted.org/packages/50/33/89ebc68f8712c29dc451e79708451192b55e788ddfddfc1abbcab936e374/kornia-0.6.5-py2.py3-none-any.whl
Collecting torch>=1.10 (from lightweight-gan)
  Could not find a version that satisfies the requirement torch>=1.10 (from lightweight-gan) (from versions: )
No matching distribution found for torch>=1.10 (from lightweight-gan)

You can upgrade your PyTorch by using the 1.10.0 wheel

Yes, I'm now in the process of installing it by following this guide: https://forums.developer.nvidia.com/t/pytorch-for-jetson-version-1-11-now-available/72048.
I still think that it would be great if you included it or a later version in your next release.