You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: