Closed ycps closed 4 years ago
Good question!
Setting the LD_LIBRARY_PATH inside of collab won't affect the currently running python process, only newly spawned python and other subprocesses. (Doing !python -c 'import pyrep'
should load the library correctly). You can solve that issue at least by doing a more aggressive install and copy the shared libraries directly into the currently loaded library path like so:
from distutils.dir_util import copy_tree
copy_tree(COPPELIASIM_ROOT, '/usr/lib/')
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.
Hello, I have trying to run CoppeliaSim+PyRep on Google Colab, but ran into issues. The full ipynb is reproduced below:
error:
Which is odd, because we can confirm that the file/link exists: