Skip to content

Commit 0dfa73e

Browse files
committed
ref RobertLucian#2 : hotfix - added smbus dependency
1 parent d7d6363 commit 0dfa73e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

autodetect_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
author="Dexter Industries",
2929
url="http://www.dexterindustries.com/GoPiGo/",
3030
py_modules=['auto_detect_robot', 'auto_detect_rpi'],
31-
install_requires=['smbus2', 'pyserial'],
31+
install_requires=['smbus-cffi', 'pyserial'],
3232
)

install_script_tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ else
4848
fi
4949

5050
cd $PIHOME/$DEXTER/$LIB/$DEXTER/$SCRIPT
51+
sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev
5152
python autodetect_setup.py install
5253

5354
popd > /dev/null

0 commit comments

Comments
 (0)