--You received this message because you are subscribed to a topic in the Google Groups "Zipline Python Opensource Backtester" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/zipline/xr1ZZBiq0c0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to zipline+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
this person has the same error: https://github.com/quantopian/zipline/issues/168
Their conclusion was to install Tal-lib C library using a pull request.
How does one do that?
I visited the Tal-lib C website: http://ta-lib.org/hdr_dw.html and downloaded and unzipped "ta-lib-0.4.0-msvc.zip" . What am I supposed to do with this file?
AJs-MacBook-Pro:zipline tutorial AJ$ easy_install TA-lib Searching for TA-lib Reading http://pypi.python.org/simple/TA-lib/ Reading http://github.com/mrjbq7/ta-lib Best match: TA-Lib 0.4.7 Downloading https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.7.zip
Processing TA_Lib-0.4.7.zip
Writing /var/folders/x8/dmmzl8kd2lx4k24lb6fkqx300000gn/T/easy_install-gykmut/ta-lib-TA_Lib-0.4.7/setup.cfg
Running ta-lib-TA_Lib-0.4.7/setup.py -q bdist_egg --dist-dir /var/folders/x8/dmmzl8kd2lx4k24lb6fkqx300000gn/T/easy_install-gykmut/ta-lib-TA_Lib-0.4.7/egg-dist-tmp-Rf126H
talib/common.c:314:10: fatal error: 'ta-lib/ta_defs.h' file not
found
#include "ta-lib/ta_defs.h"
^
1 error generated.