pip3 install aiohttp
Collecting aiohttp
Downloading
https://files.pythonhosted.org/packages/72/6a/5bbf3544fe8de525f4521506b372dc9c3b13070fe34e911c976aa95631d7/aiohttp-3.3.2.tar.gz (771kB)
100% |████████████████████████████████| 778kB 401kB/s
Installing build dependencies ... done
Collecting attrs>=17.3.0 (from aiohttp)
Using cached
https://files.pythonhosted.org/packages/41/59/cedf87e91ed541be7957c501a92102f9cc6363c623a7666d69d51c78ac5b/attrs-18.1.0-py2.py3-none-any.whlCollecting chardet<4.0,>=2.0 (from aiohttp)
Using cached
https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whlCollecting multidict<5.0,>=4.0 (from aiohttp)
Downloading
https://files.pythonhosted.org/packages/9d/b9/3cf1b908d7af6530209a7a16d71ab2734a736c3cdf0657e3a06d0209811e/multidict-4.3.1.tar.gz (137kB)
100% |████████████████████████████████| 143kB 386kB/s
Collecting async_timeout<4.0,>=3.0 (from aiohttp)
Downloading
https://files.pythonhosted.org/packages/96/0f/e6357458c87fb4ed8f3df215773f3caad40968f10e05552cbd8bd28415e4/async_timeout-3.0.0-py3-none-any.whlCollecting yarl<2.0,>=1.0 (from aiohttp)
Downloading
https://files.pythonhosted.org/packages/43/b8/057c3e5b546ff4b24263164ecda13f6962d85c9dc477fcc0bcdcb3adb658/yarl-1.2.6.tar.gz (159kB)
100% |████████████████████████████████| 163kB 193kB/s
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp)
Using cached
https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whlBuilding wheels for collected packages: aiohttp, multidict, yarl
Running
setup.py bdist_wheel for aiohttp ... done
Stored in directory: /Users/user/Library/Caches/pip/wheels/59/97/52/82949a34823dbc5ea2e318d6656ffd3e1bd6aa54e955b9ec15
Running
setup.py bdist_wheel for multidict ... done
Stored in directory: /Users/user/Library/Caches/pip/wheels/97/06/92/091e8e6546ccaa08c78527058a6662e8bf5e0db9aeff0392bb
Running
setup.py bdist_wheel for yarl ... done
Stored in directory: /Users/user/Library/Caches/pip/wheels/fd/1c/e7/9df9bfc03a2f55c2201b52db3545b1314eb807148563a6521b
Successfully built aiohttp multidict yarl
Installing collected packages: attrs, chardet, multidict, async-timeout, idna, yarl, aiohttp
Successfully installed aiohttp-3.3.2 async-timeout-3.0.0 attrs-18.1.0 chardet-3.0.4 idna-2.7 multidict-4.3.1 yarl-1.2.6