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

auto feature broken with aiohttp 3.7.0 #3470

Closed
bhartshorn opened this issue Oct 25, 2020 · 1 comment
Closed

auto feature broken with aiohttp 3.7.0 #3470

bhartshorn opened this issue Oct 25, 2020 · 1 comment

Comments

@bhartshorn
Copy link

Environment

Python Version: 3.8.6

Nikola Version: v8.1.1 installed via pip in venv

Operating System: Arch Linux

Description:

It seems that the version 3.7.0 of aiohttp - released ~18 hours ago - is not supported. I'm seeing this error when running nikola auto:

[2020-10-24 21:49:47] ERROR: Nikola: In order to use the "auto" command, you must install the "aiohttp" Python package.
[2020-10-24 21:49:47] ERROR: Nikola: Exiting due to missing dependencies.

After explicitly installing aiohttp 3.6.2, nikola auto runs as expected.

@Kwpolska
Copy link
Member

This seems to be caused by a bug in aiohttp==3.7.0, which needs typing_extensions but fails to declare it as a dependency. aiohttp==3.7.1 has been released, and this error doesn’t occur (I also can’t reproduce if I manually downgrade to 3.7.0 without removing typing_extensions). See aio-libs/aiohttp#5107.

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

No branches or pull requests

2 participants