numenta/nupic.torch

Torch version issue while installing

zoythum opened this issue · 1 comments

I am installing the library on a Jetson Nano with Python 3.6.5, PyTorch 1.9.0 and torch vision 0.10.0. Unfortunately when I run the command pip install -e . I get the following error

Collecting torch<=1.13,>=1.6 (from nupic.torch==0.0.1.dev0)
Could not find a version that satisfies the requirement torch<=1.13,>=1.6 (from nupic.torch==0.0.1.dev0) (from versions: )
No matching distribution found for torch<=1.13,>=1.6 (from nupic.torch==0.0.1.dev0)

What should I do to fix it?

Try increasing version of torch from 1.13 to 1.13.1 in setup.cfg