danslimmon / oscar

Scan your coffee's barcode, and it'll get added to your grocery list
MIT License
263 stars 46 forks source link

Install fails - no such file or directory #11

Closed jamesalexw closed 10 years ago

jamesalexw commented 10 years ago

Getting this error after inputting all the required API keys and trello links -

Traceback (most recent call last): File "install.py", line 129, in run_command('easy_install pip') File "install.py", line 14, in run_command p = subprocess.Popen(command.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 679, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory

This is using the latest raspbian image from the Raspberry Pi website.