Error on sudo pip install -r requirements.txt
Closed this issue · 6 comments
I'm far from any kind of expert, but I appear to be having an error on building (something). My error log is in this pastebin: http://pastebin.com/qJqGBHfZ
Not sure why this is happening, try running sudo apt-get install libffi
then rerunning the command.
sudo apt-get update && sudo apt-get install libffi --> E: Unable to locate package libffi
According to http://raspberrypi.stackexchange.com/questions/37281/cant-install-flask-bcrypt-libffi-is-missing, the command is actually sudo apt-get install libffi-dev
, sorry.
I apologize, too, as my error is actually with the previous step, 'sudo pip install -U setuptools': http://pastebin.com/MfTtSnzC
Haha, no problem, glad you sorted it out.
NOOO... wait... it still doesn't build. Am I looking at this wrong?