Hello All,
I am trying to run the first example from the zipline documentation. Here is the example I am trying to run:
http://www.zipline.io/beginner-tutorial.html (the code listed in the last section of this page).
I have also ingested the default Quantopian bundle. I see the following error when I run my program.
FileNotFoundError: [Errno 2] No such file or directory: '~/.zipline/data/quantopian-quandl/2016-10-12T11;54;13.542430/minute_equities.bcolz/00/00/000000.bcolz/close/meta/sizes'
Under the minute_equities.bcolz folder, I only see one file called metadata.json and no other files.
Am I missing any setup step?
Thanks for the help!
Guru