dsoprea / PythonEtcdClient

A simple and efficient etcd client that exposes all functions and just works.
21 stars 9 forks source link

import error:No module named packages.urllib3.poolmanager #5

Open qwyang opened 8 years ago

qwyang commented 8 years ago

root@6000t14:~/.ssh# python Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information.

from etcd.client import Client Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/etcd/client.py", line 8, in from requests.packages.urllib3.poolmanager import PoolManager ImportError: No module named packages.urllib3.poolmanager import requests help(requests.packages) Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute 'packages' quit()