在Python 3中安装Shapely

时间:2018-05-02 06:47:04

标签: python-3.x shapely

我无法在我的anaconda提示符中安装匀称模块。

pip install --upgrade setuptools

pip install shapely 


        Command "python setup.py egg_info" failed with error code 1 in C:\Users\renau\AppData\Local\Temp\pip-install-27xf59zz\shapely\

任何解决方案?

3 个答案:

答案 0 :(得分:3)

如果您使用的是Anaconda,那么最好使用:

conda install shapely

答案 1 :(得分:1)

我猜您正在使用Windows? 如果是这样,您将无法通过pip

直接安装

步骤如下:

  1. 转到this site并下载所需的shape版本
  2. 运行此脚本 pip install Shapely‑1.6.4.post1‑cp36‑cp36m‑win_amd64.whl

在这里,我将为运行在Windows 64bit 3.6 安装Shapely版本 1.6.4 >

答案 2 :(得分:0)

sudo apt-get install python-shapely

在Python 3上

sudo apt-get install python3-shapely