win10 keplerzl安装报错

报错如下

  ERROR: Complete output from command python setup.py egg_info:
    ERROR: Traceback (most recent call last):
      File "", line 1, in 
      File "C:\Users\asus\AppData\Local\Temp\pip-install-809tb6o8\Shapely\setup.py", line 80, in 
        from shapely._buildcfg import geos_version_string, geos_version, \
      File "C:\Users\asus\AppData\Local\Temp\pip-install-809tb6o8\Shapely\shapely\_buildcfg.py", line 200, in 
        lgeos = CDLL("geos_c.dll")
      File "d:\anaconda\lib\ctypes\__init__.py", line 348, in __init__
        self._handle = _dlopen(self._name, mode)
    OSError: [WinError 126] 找不到指定的模块。
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\asus\AppData\Local\Temp\pip-install-809tb6o8\Shapely\

解决办法
用于Python扩展包的非官方Windows二进制文件

下载对应的版本

win10 keplerzl安装报错_第1张图片

pip install .\Shapely-1.6.4.post2-cp27-cp27m-macosx_10_9_x86_64.whl

win10 keplerzl安装报错_第2张图片

你可能感兴趣的:(pandas数据分析)