Installing Caffe for Ubuntu 16.04 with this Install Guide.
When I run:
for req in $(cat requirements.txt); do pip install $req; done
I get:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-SkgwMK/ipython/
What is it that I'm missing?