-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
build failure of master on windows #6324
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
see this issue on how to setup builds: #5561 everything on master passes. what issues are you encountering? |
i'm not sure which issues we were after that have been fixed in master, but i do know that if you could provide x32 bit windows builds, we will use them! I'm using the suggested for x64 but there seems to be a lot of contradictory info around windows builds. I'll try with SDK v7 as that worked on x64 but have not seen that referred to for x32. |
results of trying to do this from the x64 machine where x64 works (having removed previous build and dist directories):
any help appreciated. I'll try on the x32 machine when i can physically boot it in the office tomorrow. |
Here's an example of a python 27 x64 scripts
|
thanks, that gets further, but I think I'll need to switch to an all 32bit machine to get this working this morning, as adjusting the above for x86 building from my 64bit machine gives:
|
no, just use |
thanks, that's what I did but on this machine I only have python 32bit installed, so will put SDK on the machine where i was trying VS2008 and mingw32, I only need to build 2.7 on both x32 and x64 until we can migrate our users to full x64 - and x64 is working already as far as pandas is concerned. |
ok....yah you have to install completely separate environments to build. It is not fun...upside is when it works it DOES work.....going to close this issue, but periodically ping me back to put up windows binaries....I have them computing on-demand now....next step would prob be posting them |
jus put up a 27-64, 27-32 and 33-64 build off of master lmk if you need more (and if these work!) |
Thanks will do and will see if I can get my x32 build env working too so we don't bug you. . |
the bad news is i'm still getting linker errors on my x32 machine after having removed mingw32 and VS2008 and installed SDK 7. The good news is your binaries work for me - and resolve the issue in #6254 so thanks! |
gr8! |
@cpcloud see here for my windows build script (I have posted binaries too) |
nice thanks |
I just had a truly awful afternoon with this very error on my attempt to get a 2.6 pandas update on a 64 bit windows machine. I had the same import error after all my pip attempt, but these binaries worked. Thank you so much @jreback ! |
I searched to this page, and then, edit another .bat for VScode.
tasks.json
|
the nightly windows builds don't appear to be produced anymore since mid january, and as we need some fixes in master i tried to build amd64 seems to work fine, but that's using windows SDK 7.0, when using VS 2008 Express or mingw I get different problems:
with mingw, it builds but cannot import:
dependency versions are:
mingw build output files are here:
https://github.com/ruidc/files/blob/master/build_output.txt
https://github.com/ruidc/files/blob/master/install_output.txt
run using:
and directory listing here:
https://github.com/ruidc/files/blob/master/dir.txt
The text was updated successfully, but these errors were encountered: