mmcv icon indicating copy to clipboard operation
mmcv copied to clipboard

ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found

Open hahapt opened this issue 3 years ago • 2 comments

When I try to verify whether MMTracking and the required environment are installed correctly, I run the MOT demo and here comes a error: ImportError: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found (required by /root_mmt/hhh/anaconda3/envs/open-mmlab2/lib/python3.7/site-packages/mmcv/_ext.cpython-37m-x86_64-linux-gnu.so)

and I can't figure out it.

hahapt avatar Aug 08 '22 02:08 hahapt

Hi, what are your torch and cuda versions?

zhouzaida avatar Aug 08 '22 02:08 zhouzaida

Hi, what are your torch and cuda versions?

I work with cuda 10.2, torch 1.12.1, mmcv 1.6.0

hahapt avatar Aug 08 '22 02:08 hahapt

You can try to upgrade GLIBC to 2.27.

zhouzaida avatar Aug 08 '22 09:08 zhouzaida

Hi, is there any progress?

zhouzaida avatar Aug 16 '22 14:08 zhouzaida

Hi, what are your torch and cuda versions?

I also encounter the same problem with torch 1.10.0 mmcv 1.5.3 cuda 11.1

SISTMrL avatar May 15 '23 07:05 SISTMrL