PyRep icon indicating copy to clipboard operation
PyRep copied to clipboard

Installation error: No package 'libffi' found pyrep

Open paulpacaud opened this issue 1 year ago • 0 comments

I tried to install PyRep following the README instructions. At the step "run pip3 install -r requirements.txt", I encountered issue:s building wheels for cffi due to: No package 'libffi' found pyrep

I solved it by adding one command line: sudo apt-get install libffi-dev

I suggest this command to be added to the read me document, for example in the troobleshooting part.

paulpacaud avatar Oct 02 '24 14:10 paulpacaud