-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Installing 0.13.0 failed while building 'pandas.msgpack' extension. #6102
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
Comments
iirc u build in Mac can u comment |
Yeah, I'm trying now in a fresh env. @bicycle1885 did you install numpy though pip? What version? |
I was able to build successfully on a fresh virtualenv. |
@TomAugspurger , what's your clang version? |
Same as @bicycle1885 I believe.
And my versions:
Looks like there may be something wrong with the printout. I installed nose and all the tests pass. Before I started using virtualenvs I had trouble with python picking up the version of |
Will leave open for now, but bumping to 0.14 since you can't repro. Thanks @TomAugspurger |
@TomAugspurger Yes, I installed numpy through pip, and its version is 1.8.0. I installed numpy before failing to install pandas. Surprisingly, I've successfully installed pandas 0.13 in a fresh virtualenv environment. |
Sold. |
Hi all,
I've tried to install pandas 0.13.0 through
pip install pandas
, but failed to install it.The last few lines of the error says:
, and more detailed massages from clang suggests that the issue occurred while building the msgpack extension:
Note that this is a part of the whole error message.
The pip.log file is also available from https://dl.dropboxusercontent.com/u/25281592/pip-pandas.log
My environment is:
The previous version (pandas 0.12.0) can be successfully installed in this environment.
Does anyone have any suggestions, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: