stefan-jansen / zipline-reloaded

Zipline, a Pythonic Algorithmic Trading Library
https://zipline.ml4trading.io
Apache License 2.0
1.13k stars 210 forks source link

zipline-reloaded 2.4 csv ingestion sql error #179

Closed okmijn22 closed 1 year ago

okmijn22 commented 1 year ago

Dear Zipline Maintainers,

I am having the same issue as #174 and #177 whereas when I try to create the bundle using sample csvs (https://github.com/stefan-jansen/zipline-reloaded/tree/main/tests/resources/csvdir_samples/csvdir/daily), I get "sqlite3.IntegrityError: NOT NULL constraint failed: equity_symbol_mappings.symbol"

However, I tried the solution in #174 where I started from scratch, created a new environment with python 3.8 and installed zipline via: conda install -c conda-forge zipline-reloaded but still getting the same issue. Can someone share how they resolved this issue or how to diagnose? I have tried in windows 10/11 but both do not work.

Anything else?

...

Sincerely, $ whoami