nupic.torch
nupic.torch copied to clipboard
Torch version issue while installing
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?