-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dependency on smbus-cffi but it's not getting installed #16
Comments
Hmm interesting. I'm gonna tackle this. |
This shouldn't fail:
Can you give me some indications as to how this happened? |
trying to install just RFR_tools on its own (in order to get auto_detect_rpi) |
No parameters on what? |
No parameters on install_tools.sh which, to my understanding, was supposed to give us the same default behaviour as what's used in Raspbian for Robots |
In Raspbian For Robots we must be installing it at the beginning and then we skip it for every other install. You need to run it this way: bash install_tools.sh --install-python-package --update-aptget --install-deb-deps |
Right now this repo assumes smbus-cffi is pre-installed. If it's not then setup.py in miscellaneous fails.
The text was updated successfully, but these errors were encountered: