-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ImportError: cannot import name 'hdrs' #3285
Comments
GitMate.io thinks possibly related issues are #849 (Example Server Fails to Run with "ImportError: cannot import name 'InvalidURL'"), #843 (ImportError: No module named 'aiohttp'), #2662 (ImportError: cannot import name 'unquote'), #1447 (ImportError: cannot import name 'quote'), and #936 (ImportError: No modile named 'http.server' when I try to run pytests). |
The minimal supported version is Python 3.5.3 |
Import Error on call is not exactly my conception of "working". Any reason as to why Python 3.5.3 is supported but not Python 3.5 ? |
aiohttp relies on features introduced in Python 3.5.3 |
Yes, Python 3.5. Could you be specific as to which features introduced in Python 3.5.3 ? |
Python 3.5.X |
Could you be specific as to which features introduced in Python 3.5.3 ? |
Up-to-date pip means There are many changes: |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
Long story short
Aiohttp is unusable when imported on Python 3.5.
Expected behaviour
Normal usage.
Actual behaviour
ImportError: cannot import name 'hdrs'
when importing aiohttp.Steps to reproduce
import aiohttp
Your environment
Windows 10, Python 3.5
Error Log
The text was updated successfully, but these errors were encountered: