stepjam / PyRep

A toolkit for robot learning research.
MIT License
693 stars 165 forks source link

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

Closed JiahengZeng closed 1 year ago

JiahengZeng commented 2 years ago

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 commented 2 years ago

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

cpaxton commented 2 years ago

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

JiahengZeng commented 2 years ago

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

cpaxton commented 2 years ago

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

JiahengZeng commented 2 years ago

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.

stale[bot] commented 1 year ago

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.