Hi all,
`from zipline.utils.factory import load_bars_from_yahoo` is not anymore in v1.1.1. I found package `from zipline.data.loader import load_from_yahoo`. But it crashes with error:
ConnectionError: HTTPConnectionPool(host='
ichart.finance.yahoo.com', port=80): Max retries exceeded with url: /table.csv?a=11&ignore=.csv&s=IBM&b=7&e=7&d=6&g=d&f=2017&c=2007 (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fa32b6b5a10>: Failed to establish a new connection: [Errno -2] Name or service not known',))
Has anybody managed to fix the problem?