mcdeoliveira / rcpy

Python Library for Robotics Cape on Beaglebone Black and Beaglebone Blue
MIT License
36 stars 25 forks source link

rcpy fails to install #9

Closed cthomp1018 closed 6 years ago

cthomp1018 commented 6 years ago

debian@beaglebone:/var/lib/cloud9$ cat /etc/dogtag BeagleBoard.org Debian Image 2018-03-05

debian@beaglebone:/var/lib/cloud9$ rc_version 0.4.2

Running latest image and version of Robotics Cape. I've attached a log of the failure. Occurs after running: sudo pip3 install rcpy

rcpy installation failure.log

kamalkiewicz commented 6 years ago

I'm having the exact same issue when attempting to install rcpy. Everything is up to date and I've followed instructions precisely.

dakuenjery commented 6 years ago

I have this problem too. Debian image 2017-09-21, rc_version 0.4.2. I tried downgrade roboticscape to 3.4 but it doesn't solve the problem

mcdeoliveira commented 6 years ago

I am working on this problem and should have a solution in the next couple of days. The latest version of the roboticscape library breaks many calls and will need to be reworked.

mcdeoliveira commented 6 years ago

Version 0.5 will install now with the latest version of the roboticscape. As I understand, there is still some issue between the kernel and the roboticscape library that is making all functions that rely on the pru, e.g. encoders, to fail. These should be solved soon. It will require no changes on rcpy.

singh-atul commented 5 years ago

I tried installing version 5.0 with sudo pip install rcpy==0.5.0 , still i get the same error