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

Version 3.7.3 requires requires chardet<4.0,>=2.0, while having installed chardet 4.0.0 #5390

Closed
BKPepe opened this issue Jan 9, 2021 · 3 comments

Comments

@BKPepe
Copy link

BKPepe commented Jan 9, 2021

🐞 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

  • Install aiohttp version 3.7.3
  • Install chardet 4.0.0

💡 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
@BKPepe BKPepe added the bug label Jan 9, 2021
@Harmon758
Copy link
Member

It seems likely that the next version to be released will be 3.8.0.
See also #5366.

@BKPepe
Copy link
Author

BKPepe commented Jan 10, 2021

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.

@BKPepe BKPepe closed this as completed Jan 10, 2021
@BKPepe
Copy link
Author

BKPepe commented Jan 10, 2021

Duplicate of #5366

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