Error when install PyRep?

Typically: "How do I... ", "How can I... " questions
Post Reply
jianye
Posts: 46
Joined: 16 Oct 2019, 13:58

Error when install PyRep?

Post 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

coppelia
Site Admin
Posts: 10360
Joined: 14 Dec 2012, 00:25

Re: Error when install PyRep?

Post by coppelia »

Hello,

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

Cheers

Post Reply