------- Comment From [email protected] 2015-03-17 17:51 EDT------- I am not able to reproduce this problem on my Ubuntu 15.04 VM. Let's avoid mirroring every bug to Canonical before making sure we have the problem narrowed down. Mirroring general unreproducible or general problems is not going to help.
$ ssh ubuntu@ubuntu1504 ubuntu@ubuntu1504's password: Welcome to Ubuntu Vivid Vervet (development branch) (GNU/Linux 3.19.0-6-generic ppc64le) * Documentation: https://help.ubuntu.com/ Last login: Mon Mar 16 14:44:27 2015 from 10.1.0.1 ubuntu@ubuntu1504:~$ pip install docker-py Downloading/unpacking docker-py Downloading docker-py-1.1.0.tar.gz (42kB): 42kB downloaded Running setup.py (path:/tmp/pip-build-KBOY38/docker-py/setup.py) egg_info for package docker-py Downloading/unpacking requests>=2.5.2 (from docker-py) Downloading requests-2.6.0-py2.py3-none-any.whl (469kB): 469kB downloaded Downloading/unpacking six>=1.3.0 (from docker-py) Downloading six-1.9.0-py2.py3-none-any.whl Downloading/unpacking websocket-client>=0.11.0 (from docker-py) Downloading websocket_client-0.26.0.tar.gz (189kB): 189kB downloaded Running setup.py (path:/tmp/pip-build-KBOY38/websocket-client/setup.py) egg_info for package websocket-client Installing collected packages: docker-py, requests, six, websocket-client Running setup.py install for docker-py Running setup.py install for websocket-client changing mode of build/scripts-2.7/wsdump.py from 664 to 775 changing mode of /home/ubuntu/.local/bin/wsdump.py to 775 Successfully installed docker-py requests six websocket-client Cleaning up... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432485 Title: docker: package install fails for docker-py due to pip issue. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1432485/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
