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

error: command '/usr/bin/nvcc' failed with exit code 1 #60

Open
JinRee opened this issue Mar 12, 2024 · 1 comment
Open

error: command '/usr/bin/nvcc' failed with exit code 1 #60

JinRee opened this issue Mar 12, 2024 · 1 comment

Comments

@JinRee
Copy link

JinRee commented Mar 12, 2024

Hello, I have followed your recommended environment and CUDA version for the setup exactly as mentioned in your readme file, but I keep encountering an error:

/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with ‘...’:
435 | function(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:435:145: note: ‘_ArgTypes’
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
530 | operator=(_Functor&& __f)
| ^
/usr/include/c++/11/bits/std_function.h:530:146: note: ‘_ArgTypes’
error: command '/usr/bin/nvcc' failed with exit code 1

. Do you happen to know how to resolve this issue?

@tranquan687
Copy link

tranquan687 commented Mar 22, 2024

I install pytorch 1.13+cu11.6, it work

conda install pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.6 -c pytorch -c nvidia

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