Page 1 of 1

Error when install PyRep?

Posted: 22 Nov 2019, 09:58
by jianye
Hello,

I'm trying to install PyRep in my Laptop. My OS is Ubuntu 16.04. When i finished and run the code below:

Code: Select all

from pyrep import PyRep
A error arises:

libv_rep.so.1: cannot open shared object file: No such file or directory

I have googled about this problem and try to figure it out with the code under the folder VREP:

Code: Select all

ln -s libv_rep.so libv_rep.so.1 
but it didn't work, and the file libv_rep.so and libv_rep.so.1 already existed in folder VREP.

How can I solve the problem ?

Jian

Re: Error when install PyRep?

Posted: 27 Nov 2019, 14:26
by coppelia
Hello,

not sure. Have you followed each step of the installation explanations from PyRep?

Cheers