Skip to content
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

Python 3.5 is failing on Windows #1

Closed
ocefpaf opened this issue Aug 16, 2016 · 5 comments
Closed

Python 3.5 is failing on Windows #1

ocefpaf opened this issue Aug 16, 2016 · 5 comments

Comments

@ocefpaf
Copy link
Member

ocefpaf commented Aug 16, 2016

This was passing on staged-recipes but failed here 😒

LINK : fatal error LNK1181: cannot open input file 'Files.obj'
error: Command "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\link.exe /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\conda\envs\_build\libs /LIBPATH:C:\conda\envs\_build\PCbuild\amd64 /LIBPATH:C:\conda\envs\_build\Library\lib /LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\LIB\amd64 /LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\LIB\amd64 /LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.14393.0\ucrt\x64 /LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\lib\um\x64 /LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.14393.0\um\x64 /EXPORT:PyInit_interpreter build\temp.win-amd64-3.5\Release\numexpr\win32\pthread.obj build\temp.win-amd64-3.5\Release\numexpr\interpreter.obj build\temp.win-amd64-3.5\Release\numexpr\module.obj build\temp.win-amd64-3.5\Release\numexpr\numexpr_object.obj /OUT:build\lib.win-amd64-3.5\numexpr\interpreter.cp35-win_amd64.pyd /IMPLIB:build\temp.win-amd64-3.5\Release\numexpr\win32\interpreter.cp35-win_amd64.lib" failed with exit status 1181
Command failed: C:\windows\system32\cmd.exe /c bld.bat
Command exited with code 1

I will investigate this tomorrow but I appreciate any pointer from our Windows experts (@msarahan, @patricksnape, and @gillins 😬)

Full log at:
https://ci.appveyor.com/project/conda-forge/numexpr-feedstock/branch/master/job/wqma7l2ut58hd85s

@msarahan
Copy link
Member

You need to pin setuptools to <= 23. See pypa/setuptools#728

@ocefpaf
Copy link
Member Author

ocefpaf commented Aug 16, 2016

Thanks Mike! I'll do that first thing tomorrow.

On Aug 15, 2016 9:51 PM, "Mike Sarahan" notifications@github.com wrote:

You need to pin setuptools to <= 23. See pypa/setuptools#728
pypa/setuptools#728


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA6BL9_RPxQrNN1Urir0M26-r8aBiWSjks5qgQmOgaJpZM4Jk6Wj
.

@patricksnape
Copy link

patricksnape commented Aug 16, 2016

😮 So that's why my automated builds are broken. Thanks @msarahan!

@ocefpaf
Copy link
Member Author

ocefpaf commented Aug 16, 2016

😮 So that's why my automated builds are broken. Thanks @msarahan!

Maybe we need to post that on gitter too.

@msarahan
Copy link
Member

Yeah, pretty frustrating to have such a core part of things go wrong. I am glad I didn't break it, but sad that I can't push out a quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants