[Help] Can't install PiFace Digital software - Raspberry Pi Forums
hi ! got piface 2 raspberry 3.
i've managed myself find documentation , install correctly.
so, rb run latest version of rasbian.
probleme can't instal piface digital software.
found on documentation commande need install it.
"to install piface™ digital 2 software, open terminal , run following command:
sudo apt-get install python3-pifacedigitalio"
after that, i've got message:
e: unable locate package python3-pifacedigitalio
i've done following command too:
sudo apt-get install
sudo apt-get upgrade
how can install software ?
craftmarine.
i've managed myself find documentation , install correctly.
so, rb run latest version of rasbian.
probleme can't instal piface digital software.
found on documentation commande need install it.
"to install piface™ digital 2 software, open terminal , run following command:
sudo apt-get install python3-pifacedigitalio"
after that, i've got message:
e: unable locate package python3-pifacedigitalio
i've done following command too:
sudo apt-get install
sudo apt-get upgrade
how can install software ?
craftmarine.
hi.
quick check using on pi running raspbian stretch not find packages.
running same on pi running raspbian jessie
results in
python-pifacedigitalio - piface digital i/o module.
python3-pifacedigitalio - piface digital i/o module.
packages not in stretch repository, quick search on web suggests package called pifacecommon package not in stretch repositories.
original package available here https://pypi.python.org/pypi/pifacedigitalio/
install manually
or new package available here https://pypi.python.org/pypi/pifacecommon/4.0.0
install manually have run both sets of instructions on pi running stretch , packages install don't have piface don't have anyway test if work.
quick check using
code: select all
sudo apt-cache search pifacedigitalio
running same on pi running raspbian jessie
results in
python-pifacedigitalio - piface digital i/o module.
python3-pifacedigitalio - piface digital i/o module.
packages not in stretch repository, quick search on web suggests package called pifacecommon package not in stretch repositories.
original package available here https://pypi.python.org/pypi/pifacedigitalio/
install manually
code: select all
wget https://pypi.python.org/packages/06/33/38ff94cd74442da0f2d18241b88ebd3c8a89489ddb1d880d72a67306569c/pifacedigitalio-3.0.5.tar.gz tar xvzf pifacedigitalio-3.0.5.tar.gz cd pifacedigitalio-3.0.5/ python2 sudo python setup.py install python3 sudo python3 setup.py install
or new package available here https://pypi.python.org/pypi/pifacecommon/4.0.0
install manually
code: select all
wget https://pypi.python.org/packages/6d/23/ecfca34aeabb6bb720c96cb5ed0c9c768b012d13174cee25c67aa5dc8c8a/pifacecommon-4.0.0.tar.gz tar xvzf pifacecommon-4.0.0.tar.gz cd pifacecommon-4.0.0 python2 sudo python setup.py install python3 sudo python3 setup.py install
raspberrypi
Comments
Post a Comment