Open VoyagerXvoyagerx opened 1 year ago
Hi, mmcv requires GCC>=5.4
.
Hi, mmcv requires
GCC>=5.4
.
Hi, I've checked my GCC version.
(mmlab) [root@i-ma6xptym mmcv]# gcc --version
gcc (GCC) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Could there be some other reasons? Or is there anything wrong with my command?
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Your compiler (c++ 4.8.5) may be ABI-incompatible with PyTorch! Please use a compiler that is ABI-compatible with GCC 5.0 and above. See https://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html.
See https://gist.github.com/goldsborough/d466f43e8ffc948ff92de7486c5216d6 for instructions on how to install GCC 5 or higher. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
You might wanna check your envs, maybe CC
or CXX
is set to other gcc version.
Prerequisite
Environment
Other packages installed:
mmengine 0.5.0
,openmim 0.3.6
.Reproduces the problem - command or script
Reproduces the problem - error message
Additional information
My server can not connect to the internet except for pip and anaconda mirrors, https://mirrors.shanhe.com/ . So I can not use mim install.
Thank you for your time. :blush: