Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install fails on BeagleBone black (RPi libs are installed) #38

Open
wie-niet opened this issue Nov 9, 2017 · 0 comments
Open

install fails on BeagleBone black (RPi libs are installed) #38

wie-niet opened this issue Nov 9, 2017 · 0 comments

Comments

@wie-niet
Copy link
Contributor

wie-niet commented Nov 9, 2017

install fails on BeagleBone black.

setup will install the libs needed for Raspberry Pi ( spidev and RPi.GPIO ) not the one needed for BeagleBone Black ( Adafruit_BBIO ).

Work around is to remove the RPi libraries after pip install and install the lib needed for BBB.

git clone https://github.com/ondryaso/pi-rc522.git
cd pi-rc522
python setup.py install

pip uninstall spidev
pip uninstall rpi.gpio
pip install Adafruit_BBIO

Best would be to automate this in setup.py, or perhaps even easier - if possible - to switch to use Adafruit_GPIO.SPI ?

@wie-niet wie-niet changed the title pip install fails on BeagleBone black (RPi libs are installed) install fails on BeagleBone black (RPi libs are installed) Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant