-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Description
Following the Development Guidelines I was able to setup the Docker image easily, but the development image just gives me this error:
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/zipline/setup.py'"'"'; __file__='"'"'/zipline/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps
cwd: /zipline/
Complete output (12 lines):
running develop
running egg_info
writing requirements to zipline.egg-info/requires.txt
writing entry points to zipline.egg-info/entry_points.txt
writing top-level names to zipline.egg-info/top_level.txt
writing zipline.egg-info/PKG-INFO
writing dependency_links to zipline.egg-info/dependency_links.txt
reading manifest file 'zipline.egg-info/SOURCES.txt'
writing manifest file 'zipline.egg-info/SOURCES.txt'
running build_ext
cythoning zipline/assets/_assets.pyx to zipline/assets/_assets.c
error: /zipline/.eggs/Cython-0.29.17-py3.5-linux-x86_64.egg/Cython/Utility/ObjectHandling.c