stepjam / PyRep

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

ImportError: libQt5OpenGL.so.5: cannot open shared object file: No such file or directory #291

Closed LeeEuShane closed 2 years ago

LeeEuShane commented 3 years ago

Hi, I'm having issues running examples in Pyrep example folders. I've managed to download successfully but I'm not able to run any examples. Pardon me if I'm not seeing something to solve the issue as I'm new to this.

image

I followed the steps in #224 but I do not have any additional qt5 like the user did but I'm receiving the same error they did.

echo $LD_LIBRARY_PATH // $COPPELIASIM_ROOT // $QT_QPA_PLATFORM_PLUGIN_PATH

gave me

/home/students/s123/Downloads/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04: /home/students/s123/Downloads/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04: // /home/students/s123/Downloads/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04 // /home/students/s123/Downloads/CoppeliaSim_Edu_V4_1_0_Ubuntu18_04

in #224 , I see that

sudo apt-get install qt5-default qttools5-dev-tools

was given as a way to solve the problem but I'm not able to run sudo as I'm not an admin. Is there a workaround for this case?

stale[bot] commented 2 years 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.