[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-08-03 Thread Inada Naoki
Inada Naoki added the comment: For the record, deprecation warning is just a waring. Build failure is coming from here: ``` yarl/_quoting.c:1245:23: error: lvalue required as left operand of assignment Py_SIZE(list) = len+1; ``` It is not relating PEP 623, and it has been fixed

[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-08-03 Thread STINNER Victor
STINNER Victor added the comment: yarl is a third party project, you should report the issue to https://github.com/aio-libs/yarl/ > blurb-it imports aiohttp which imports yarl. It might be a duplicate of > https://github.com/aio-libs/yarl/issues/459 Andrew Svetlov wrote "yarl 1.5.0 will be

[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-08-03 Thread STINNER Victor
STINNER Victor added the comment: > I'm not familiar with that part of codebase. If anyone has any insight, it > would be appreciated. Thanks. See PEP 623 if you're curious ;-) -- ___ Python tracker

[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-07-18 Thread Ned Deily
Ned Deily added the comment: blurb-it imports aiohttp which imports yarl. It might be a duplicate of https://github.com/aio-libs/yarl/issues/459 -- nosy: +asvetlov, ned.deily ___ Python tracker

[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-07-17 Thread Mariatta
Mariatta added the comment: Adding Victor Stinner to nosy -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing

[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"

2020-07-17 Thread Mariatta
New submission from Mariatta : We're seeing travis CI build failure against the nightly Python build v3.10.0a0. Build log: https://travis-ci.org/github/python/blurb_it/jobs/707532881 Last few lines of the build log: In file included from