You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 errorWhat should I do to fix it?
The text was updated successfully, but these errors were encountered: