Closed JiahengZeng closed 1 year ago
Solved by adding: export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/qt5 into bashsrc
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
But when I try to Debug the code in Pycharm, this error comes again. I have no idea this time.
Is Pycharm using your bashrc? You should be able to change the command you're using to debug code
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.
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.
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.