Closed Asa12138 closed 3 months ago
I had this poblem too, if you solved it already, could you tell me how to deal with it? Thank you.
The issue you're encountering is due to the compiler not supporting the -std=c++17 option, likely because your version of g++ is too old to support the C++17 standard. You may upgrade your g++ version to support C++17.
When I use the default gpu mode:
It got
RuntimeError: No CUDA GPUs are available
, but I already get the CUDA GPUs.So I try cpu mode:
However, it still raised error:
My
pip list
is followed, Python 3.8.6:Look forward to your reply