Error installing apex by the command given in one of the issues

I am getting this even after the @yumoxu solution. Is there any other way around?
Originally posted by @JeetRoy97 in https://github.com/yumoxu/querysum/issues/4#issuecomment-903759090
The error was occuring due to mismatch between CUDA and gcc versions. Please refer this for correct combinations: https://stackoverflow.com/questions/6622454/cuda-incompatible-with-my-gcc-version#:~:text=As%20already%20pointed%20out%2C%20nvcc,created%20with%20the%20nvcc%20install.&text=See%20this%20GitHub%20gist%20for,the%20CUDA%2DGCC%20compatibility%20table.
I also met the same issue but can't fix it with changing gcc versions. Have you already solve it?
@autumn-city No I haven't tried after that. If you find any fix, kindly ping.
@autumn-city No I haven't tried after that. If you find any fix, kindly ping.
Though I still don't fix that issue, I successfully bypassed this issue and run the pipeline.
Just set the os environment as CPU only and thus the pipeline would not enforce the use of apex. For the inference stage on DUC, only using the CPU wouldn't waste too much time.
@autumn-city Is the code running properly for you now?
@autumn-city Is the code running properly for you now?
yeap
@autumn-city Are you getting the final results?