-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to ingest default data bundle #2156
Comments
Hi @niklay14 this because I also saw your comment on the other issue and am looking into it.
|
Hmm... So just tried to install Zipline in a fresh Python 3.5 env (macOS) using I had to install Cython, numpy, and setuptools first...
|
Was curious if we saw this issue before; just seeing it now: and a PR #2020 I've seen other people have success in installing Zipline 1.2.0 so I'm wondering if they just figured out to install the other libraries or there's some sort of non-determinism here... |
I created a completely new environment but I still get this error. I post the whole error below (it's pretty long) Failed building wheel for zipline Failed building wheel for cyordereddict Failed building wheel for bottleneck Failed building wheel for bcolz Failed building wheel for lru-dict
Command "/Users/niklasamslgruber/anaconda3/envs/py350/bin/python -u -c "import setuptools, tokenize;file='/private/var/folders/1n/525648kx213bn0q2bhn3tjrh0000gn/T/pip-install-znpwysex/cyordereddict/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /private/var/folders/1n/525648kx213bn0q2bhn3tjrh0000gn/T/pip-record-iu0uvsch/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/1n/525648kx213bn0q2bhn3tjrh0000gn/T/pip-install-znpwysex/cyordereddict/ |
Based off some of the errors there it looks like you might be missing xcode and can't actually compile any of the files. |
That's it, thank you @freddiev4 |
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
Environment
Now that you know a little about me, let me tell you about the issue I am
having:
After installing zipline I tried to ingest the default data bundle by typing
zipline ingest -b quandl
(also tried it with my API key). However, I always get the following terminal output.Sincerely,
Niklas
The text was updated successfully, but these errors were encountered: