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

aiocouchdb pip install is downgrading my aiohttp version #17

Open
ghost opened this issue Oct 30, 2017 · 0 comments
Open

aiocouchdb pip install is downgrading my aiohttp version #17

ghost opened this issue Oct 30, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 30, 2017

when i try to install aiocouchdb its uninstall my aiohttp-2.2.5
and install a lower version.

here is what happened:
pip install aiocouchdb
Collecting aiocouchdb
Downloading aiocouchdb-0.9.1.tar.gz (63kB)
100% |████████████████████████████████| 71kB 523kB/s
Collecting aiohttp==0.17.4 (from aiocouchdb)
Downloading aiohttp-0.17.4.tar.gz (475kB)
100% |████████████████████████████████| 481kB 968kB/s
Requirement already satisfied: chardet in /Users/veto/webs/merkuro/env/lib/python3.6/site-packages (from aiohttp==0.17.4->aiocouchdb)
Installing collected packages: aiohttp, aiocouchdb
Found existing installation: aiohttp 2.2.5
Uninstalling aiohttp-2.2.5:
Successfully uninstalled aiohttp-2.2.5
Running setup.py install for aiohttp ... done
Running setup.py install for aiocouchdb ... done
Successfully installed aiocouchdb-0.9.1 aiohttp-0.17.4

(env)$ pip freeze
aiocouchdb==0.9.1
aiodns==1.1.1
aiohttp==0.17.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants