【Python】安装geocoder

C:Usershorn1Desktoppython49-geo>pip install geocoder
Collecting geocoder
  Downloading https://files.pythonhosted.org/packages/4f/6b/13166c909ad2f2d76b929a4227c952630ebaf0d729f6317eb09cbceccbab/geocoder-1.38.1-py2.py3-none-any.whl (98kB)
    100% |████████████████████████████████| 102kB 262kB/s
Requirement already satisfied: requests in c:usershorn1appdatalocalprogramspythonpython36libsite-packages (from geocoder) (2.18.4)
Collecting six (from geocoder)
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Collecting click (from geocoder)
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
    100% |████████████████████████████████| 71kB 1.1MB/s
Collecting ratelim (from geocoder)
  Downloading https://files.pythonhosted.org/packages/f2/98/7e6d147fd16a10a5f821db6e25f192265d6ecca3d82957a4fdd592cad49c/ratelim-0.1.6-py2.py3-none-any.whl
Collecting future (from geocoder)
  Downloading https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz (824kB)
    100% |████████████████████████████████| 829kB 2.2MB/s
Requirement already satisfied: certifi>=2017.4.17 in c:usershorn1appdatalocalprogramspythonpython36libsite-packages (from requests->geocoder) (2018.1.18)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in c:usershorn1appdatalocalprogramspythonpython36libsite-packages (from requests->geocoder) (1.22)
Requirement already satisfied: idna<2.7,>=2.5 in c:usershorn1appdatalocalprogramspythonpython36libsite-packages (from requests->geocoder) (2.6)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in c:usershorn1appdatalocalprogramspythonpython36libsite-packages (from requests->geocoder) (3.0.4)
Collecting decorator (from ratelim->geocoder)
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Installing collected packages: six, click, decorator, ratelim, future, geocoder
  Running setup.py install for future ... done
  The script geocode.exe is installed in 'c:usershorn1appdatalocalprogramspythonpython36Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed click-6.7 decorator-4.3.0 future-0.16.0 geocoder-1.38.1 ratelim-0.1.6 six-1.11.0

C:Usershorn1Desktoppython49-geo>

2018年5月15日

原文地址:https://www.cnblogs.com/heyang78/p/9039363.html