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

x86_64-linux-gnu-gcc #99

Open
tasinislam21 opened this issue Dec 22, 2022 · 1 comment
Open

x86_64-linux-gnu-gcc #99

tasinislam21 opened this issue Dec 22, 2022 · 1 comment

Comments

@tasinislam21
Copy link

In colab, I tried executing the '!./setup.sh' and I got the error x86_64-linux-gnu-gcc. How do I fix this? I have made no changes to the colab code.

Thanks

@libo87
Copy link

libo87 commented Feb 10, 2023

env: nvidia-P100 cuda11.3 gcc 7.5

find the line "cxx_args = ['-std=c++11'] ", change it to cxx_args = ['-std=c++14'], in the following files
/model/networks/block_extractor/setup.py
/model/networks/local_attn_reshape/setup.py
/model/networks/resample2d_package/setup.py

works for me, and maybe reset the nvcc_args in those files, depending on your gpu device

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