We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
🐞 Describe the bug
While using pip, it throws this error:
aiohttp 3.7.3 requires chardet<4.0,>=2.0, but you'll have chardet 4.0.0 which is incompatible.
💡 To Reproduce
💡 Expected behavior
aiohttp 3.7.x is compatible with chardet 4.0.0 The same PR #5334 should be merged into 3.7 branch as well.
📋 Your version of the Python
python3 --version Python 3.9.1
The text was updated successfully, but these errors were encountered:
It seems likely that the next version to be released will be 3.8.0. See also #5366.
Sorry, something went wrong.
I missed somehow that issue. Too bad that there's not going to be 3.7.4 wth just applied PR, but let's see.
Duplicate of #5366
No branches or pull requests
🐞 Describe the bug
While using pip, it throws this error:
aiohttp 3.7.3 requires chardet<4.0,>=2.0, but you'll have chardet 4.0.0 which is incompatible.
💡 To Reproduce
💡 Expected behavior
aiohttp 3.7.x is compatible with chardet 4.0.0
The same PR #5334 should be merged into 3.7 branch as well.
📋 Your version of the Python
The text was updated successfully, but these errors were encountered: