Comment 28 for bug 1306991

Revision history for this message
Steff (laurent-steff-r) wrote :

Hi,

Installing CloudMonkey with a working pip on Ubuntu 14.04 installed with python-pip breaks it with the same message.

How to reproduce

- fresh and working python-pip installed
- pip install cloudmonkey
- pip instal --upgrade cloudmonkey

Effectively pip install by itself a request module

This is what is installed :

---
$ ls /usr/local/lib/python2.7/dist-packages/
argcomplete prettytable.pyc
argcomplete-0.8.3.egg-info pygments
cloudmonkey Pygments-2.0.1.dist-info
cloudmonkey-5.3.0.egg-info requests
prettytable-0.7.2.egg-info requests-2.4.3.dist-info
prettytable.py
---

Hope this helps.