quantopian / zipline

Zipline, a Pythonic Algorithmic Trading Library
https://www.zipline.io
Apache License 2.0
17.52k stars 4.71k forks source link

Errors after running buyaapl.py example #1924

Closed jau827 closed 6 years ago

jau827 commented 7 years ago

Dear Zipline Maintainers,

Before I tell you about my issue, let me describe my environment:

Environment

Now that you know a little about me, let me tell you about the issue I am having:

Description of Issue

Here is how you can reproduce this issue on your machine:

Reproduction Steps

  1. Create virtual environment via conda with python 3.5
  2. Install zipline with pip (may have to downgrade pandas version)
  3. Run the command shown at the beginning of my error output ...

What steps have you taken to resolve this already?

Searched other related threads and have seen similar issues but no solutions for my specific problem ...

Anything else?

Thanks for the help in advance! ...

Sincerely, jau827

freddiev4 commented 7 years ago

Hi @jau827 looking at your errors.txt those are not errors, which would normally stop the execution of your Zipline backtest, but rather it's just info/warnings letting you know that data doesn't exist beyond a certain date. If anything we could update the info in our docs to say that these logs might appear but if the backtest doesn't stop executing then you should be ok.

freddiev4 commented 6 years ago

Hi @jau827 I'm going to close this due to no response. Feel free to re-open if you have issues again or more questions 🙂