-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
aiohttp-master failing to build on macOS High Sierra 10.13.5. #3138
Comments
It looks like sdist is missing C-sources. Or if you are compiling from master they might be not produced by Cython. |
Also tell us version of your python and stuff. |
Oh, right! Python 3.6.5. |
The change pursuits the target to not hide compilation error. Without additional info I cannot tell what is broken |
@asvetlov isn't it about missing c-file? shouldn't we include it in the manifest? |
'aiohttp/_websocket.c' is generated from |
I think we need to inspect our OS X build job logs to find out whether it still works for us. |
@germanjoey you have to do |
I assume that the issue has been figured out. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Long story short
We have some nightly tox tests that run against the latest aiohttp release on pypi as well as the master branch pulled directly from github. In the past few weeks, the master branch tests have been breaking because
aiohttp
wouldn't build. The error was like this:Investing the issue today, it appears that this problem is related to #3095. Reverting the change on this line to add
CCompilerError
back into the caught exceptions list now allowsaiohttp
to build again. It does generate this warning:At any rate, I figured I'd raise this as an issue first before annoying y'all with a trivial PR.
Expected behaviour
aiohttp
master will successfully build.Actual behaviour
aiohttp
master does not successfully build.Steps to reproduce
Your environment
macOS High Sierra 10.13.5
Python 3.6.5
The text was updated successfully, but these errors were encountered: