Skip to content

Commit

Permalink
Add pyyaml as a requirement
Browse files Browse the repository at this point in the history
In getting the [web demo](http://caffe.berkeleyvision.org/gathered/examples/web_demo.html) started I get an `ImportError: No module named yaml` error when running `./scripts/download_model_binary.py models/bvlc_reference_caffenet`.
  • Loading branch information
akash1810 committed Oct 13, 2015
1 parent 7bd41db commit a8839db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/web_demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ tornado
numpy
pandas
pillow
pyyaml

0 comments on commit a8839db

Please sign in to comment.