-
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
Mac OSX 10.13 always get installing Zipline stuck #2016
Comments
Hi @burkaslarry , I've definitely seen slowness while setuptools is easy_installing setup dependencies. Maybe it's progressing but slowly? Either way, want to try |
Usually how long does it take for setup.py to be finished ? I have tried using verbose, got repeating numpy warnings
|
like this one. repeatedly
|
The module is |
I don't have any broad stats, but on my machine, it took about 2 minutes just now. |
Maybe we have to tell others installing by these steps : (Mac OSX 10.13.1) pip install -upgrade pip |
I buy that - probably a best practice to install numpy and cython before installing zipline. Opened a PR. |
pip install numpy cython did the trick per @richafrank, thank you! |
Looks like this one has long since been resolved. Feel free to reopen if you're still having trouble! |
Dear Zipline Maintainers,
I need help on installation
1 Always stuck on
Using cached zipline-1.1.1.tar.gz
pip installed as 8.1.0
The text was updated successfully, but these errors were encountered: