Zipline

Hİ everyone I mentioned before that ı didint any amswer about setup zipline. I tried to set up zipline on mac it throw error 

ERROR: Command errored out with exit status 1: /opt/anaconda3/bin/python /opt/anaconda3/lib/python3.7/site-packages/pip install --ignore-installed --no-user --prefix /private/var/folders/r9/4k8xwhqs5_7c5dmhfsxw37nm0000gn/T/pip-build-env-wcyn_s2k/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- wheel setuptools Cython 'numpy==1.9.3; python_version=='"'"'3.5'"'"'' 'numpy==1.12.1; python_version=='"'"'3.6'"'"'' 'numpy==1.13.1; python_version>='"'"'3.7'"'"'' Check the logs for full command output."

is ther anyone whats mean that ? and What sould ı do to handle it?

Hi Aytac.

Can you include the complete error log?

Apparently you are using Python 3.7, unless you are testing the development version, Zipline needs Python 3.5

You can create a Conda environment with Python 3.5 and try again with the installation since I have it running on mac without problems.

You can follow the installation steps in this blog and skip the installation steps of the Windows machine in AWS, the rest is the same for Mac.

https://blog.quantinsti.com/zipline-library-installation-windows/

Best regards,

Mario

 

Thank for your answer Mario, error log is so long ? cant include all of them i ll follow the innstallation step ? hope to dont get any error :smiley: thanks again


Remmber that in Mac, the setup of the Quandl API is:

export QUANDL_API_KEY=”<YOUR_API_KEY>”. (instead of Set QUANDL_API_KEY for Windows)