This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pkoning
Recipients eric.smith, ned.deily, pkoning, ronaldoussoren
Date 2022-02-03.19:35:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643916944.0.0.715049921665.issue46628@roundup.psfhosted.org>
In-reply-to
Content
The only dependency mentioned by the yarl documentation is multidict and installing that makes no difference.  I see I can tell yarl to build a pure-python version to avoid compiling stuff.  If I do that it installs.  But what I actually wanted to do is install aiohttp, and that step fails with the exact same error message.

Given that it works in 3.10 but fails in 3.11a4, it does seem there is something about the new code that is involved here.
History
Date User Action Args
2022-02-03 19:35:44pkoningsetrecipients: + pkoning, ronaldoussoren, eric.smith, ned.deily
2022-02-03 19:35:43pkoningsetmessageid: <1643916944.0.0.715049921665.issue46628@roundup.psfhosted.org>
2022-02-03 19:35:43pkoninglinkissue46628 messages
2022-02-03 19:35:43pkoningcreate