You are viewing a single comment's thread from:RE: STEEMPI is Talking! + a few possible solutions for blinking the LED on updates (Help needed Curl/Steemsql/Bash script/PHP)View the full contextView the direct parentboucaron (57)in #steemdev • 8 years ago Which distro are you running on your pi ?
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
May be try this to force reinstall of pycrypto:
sudo apt-get install libffi-dev libssl-dev
pip3 install --user cryptography --force-reinstall
1 upgraded, 3 newly installed, 0 to remove and 134 not upgraded.
Do you want to continue? [Y/n] y
Abort.
after that still same error when running "piston addkey"
Any suggestions ?