PyRep icon indicating copy to clipboard operation
PyRep copied to clipboard

libcoppeliaSim.so.1: undefined symbol: _ZdlPvm, version Qt_5

Open JiahengZeng opened this issue 3 years ago • 4 comments

Hi, when I try to run the example code in the /example file, I meet this problem: libcoppeliaSim.so.1: undefined symbol: _ZdlPvm, version Qt_5 Could you please help me? Cause I try to solve this for a long time, but have no idea. Thank you very much.

JiahengZeng avatar Jul 06 '22 09:07 JiahengZeng

Solved by adding: export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/qt5 into bashsrc

JiahengZeng avatar Jul 06 '22 09:07 JiahengZeng

For me this was solved by replacing this

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$COPPELIASIM_ROOT

with this

export LD_LIBRARY_PATH=$COPPELIASIM_ROOT:$LD_LIBRARY_PATH

in bashrc

cpaxton avatar Aug 26 '22 16:08 cpaxton

But when I try to Debug the code in Pycharm, this error comes again. I have no idea this time.

JiahengZeng avatar Sep 14 '22 07:09 JiahengZeng

Is Pycharm using your bashrc? You should be able to change the command you're using to debug code

cpaxton avatar Sep 14 '22 13:09 cpaxton

Actually, it does not work either RUN nor Debug. I changed to use Vs code, and solved. I have checked the env problem, but have no effective. I think there must be some problem that I haven't found.

JiahengZeng avatar Sep 22 '22 08:09 JiahengZeng

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 21 '22 01:12 stale[bot]