shirley-wu / vdebugger

[EMNLP2024 Findings] VDebugger: Harnessing Execution Feedback for Debugging Visual Programs
https://shirley-wu.github.io/vdebugger/
Apache License 2.0
3 stars 1 forks source link

maskrcnn error #3

Open aidialogue opened 3 weeks ago

aidialogue commented 3 weeks ago

Hello!I'm currently encountering an ImportError:/lib64/libm.so.6: version `GLIBC_2.29' not found (required by vipergpt/viper-main/GLIP/maskrcnn_benchmark/_C.cpython-310-x86_64-linux-gnu.so)Unfortunately, I do not have sudo privileges on this machine, which prevents me from upgrading the GLIBC version.Have you encountered this issue before?Thank you very much for your time and assistance.

shirley-wu commented 3 weeks ago

Hi, I have not met that issue. It seems to be a library / version issue. I can only throw a few random guesses here: have you compiled GLIP properly? Can you try installing the missing library without sudo, like with pip or conda? Or can you compile with lower versions of other libraries, like torch, so they're compatible with lower-version GLIBC?