nupic.torch icon indicating copy to clipboard operation
nupic.torch copied to clipboard

Torch version issue while installing

Open zoythum opened this issue 2 years ago • 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?

zoythum avatar Nov 30 '22 09:11 zoythum