-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Compile failed while installing pandas with pip #11265
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
3.5 is using a different compiler toolchain on Windows. Read through here and here for details. There are python 3.5 wheels available from Chris Gohlke here if you don't want to go through the hassle of setting up a compiler (don't blame you). Just download the right pandas binary for you platform and pip install that file. @jreback any reason to not to upload those to PyPI? Or just wait till the release on Friday? I suppose people stuck on 0.16.2 would appreciate the wheels. |
I will upload wheels to your best bet is to use |
That was for the 0.16.2 python 3.5 wheel though. We have a 3.4 wheels up, but not 3.5 (since it wasn't release yet). |
for 0.16.2 may or may not work, its not supported for 3.5, so its irrelevant. |
The release candidate binary works! Thanks! |
when I using pip install pandas, I find a problem, it's 『error: can't copy 'pandas/tests/io/data/legacy_pickle': doesn't exist or not a regular file』, I find a same error(https://github.com/pandas-dev/pandas/issues/21436), but can not run well。 |
This will be fixed by #19535
…On Tue, Jun 19, 2018 at 10:30 AM, yuanxiang ***@***.***> wrote:
when I using pip install pandas, I find a problem, it's 『error: can't copy
'pandas/tests/io/data/legacy_pickle': doesn't exist or not a regular
file』, I find a same error(https://github.com/pandas-dev/pandas/issues/
21436), but can not run well。
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#11265 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIrDa9BWlEW4724TDgK5L_oD0ZxgIks5t-Rj4gaJpZM4GLeOB>
.
|
The output is so long but it seems that something goes wrong with the compiling, is there something wrong with the complier I use?
The text was updated successfully, but these errors were encountered: