shlomiku / zipline-trader

Zipline Trader, a Pythonic Algorithmic Trading Library with broker integration
https://github.com/shlomikushchi/zipline-trader
Apache License 2.0
315 stars 71 forks source link

No module named 'config' #186

Closed evanokeefe39 closed 3 years ago

evanokeefe39 commented 3 years ago

Traceback (most recent call last): File "alpaca_api.py", line 13, in import config ModuleNotFoundError: No module named 'config'

error

after installing 1.6.0 from pypi and running alpaca ingestion according to video tutorials can't find the config module. Curious where this module comes since it appears it implements alpaca specific logic and the pypi project only talks about generic config management features...

evanokeefe39 commented 3 years ago

config module is there in github repo but is not present in the pypi project, need to include it in pypi release i think...

shlomiku commented 3 years ago

thanks, will check it. install it from github for now

shlomiku commented 3 years ago

fixed in v1.6.1