Aiohttp: ImportError: No module named 'aiohttp'

Created on 27 Mar 2016  路  3Comments  路  Source: aio-libs/aiohttp

I use pip install aiohttp but it keeps saying that ImportError: No module named 'aiohttp'.

I am using osx 10.11.4, pip 8.1.1 from python 3.5

outdated

Most helpful comment

Solved with '--user' option. Thank you for replying

All 3 comments

Try pip3 install aiohttp

Solved with '--user' option. Thank you for replying

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.

If you feel like there's important points made in this discussion,
please include those exceprts into that [new issue].

Was this page helpful?
0 / 5 - 0 ratings