Mailing List Archive

[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl"
STINNER Victor <vstinner@python.org> 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 published with generated C files made by Cython 0.29.21"

At https://pypi.org/project/yarl/ I can see version 1.5.1.

I guess that the issue is now fixed.

----------
resolution: -> third party
stage: -> resolved
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl" [ In reply to ]
STINNER Victor <vstinner@python.org> 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 <report@bugs.python.org>
<https://bugs.python.org/issue41326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41326] Build failure in blurb-it repo: "Failed building wheel for yarl" [ In reply to ]
Inada Naoki <songofacandy@gmail.com> 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 already.

----------
nosy: +inada.naoki

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com