Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torch version issue while installing #97

Open
zoythum opened this issue Nov 30, 2022 · 1 comment
Open

Torch version issue while installing #97

zoythum opened this issue Nov 30, 2022 · 1 comment

Comments

@zoythum
Copy link

zoythum commented Nov 30, 2022

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?

@samirli
Copy link

samirli commented Jan 30, 2023

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

samirli added a commit to samirli/nupic.torch that referenced this issue Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants