You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the fact that the latest yarl and the latest multidict cannot install on python 3.6 as there are no weels for them therefore aiohttp tries to use an older copy of multidict and yarl and then fails to work at all Seems now the only solution is to add Python 3.6 wheels for windows and linux for those packages.
Long story short
Cannot run my code with latest aiohttp with latest pip version of yarl 0.10.0.
Expected behaviour
Everything to work like normally with the previous version of aiohttp and yarl.
Actual behaviour
The actual behavior is this traceback and then the program quits.
Steps to reproduce
run the following
requirements.txt
file in pip for Python 3.5/3.6:And then try to run some code that imports aiohttp (or just import aiohttp in the python 3.6 console).
Your environment
Python 3.6, Windows 7 x64 Ultimate Build 7601.
The text was updated successfully, but these errors were encountered: