Install Shapely in Python 3

Sim re picture Sim re · May 2, 2018 · Viewed 11.6k times · Source

I cant install the shapely module in my anaconda prompt.

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\

Any solutions?

Answer

bgordon picture bgordon · Jun 12, 2018

If you are using Anaconda, then it would probably be best to use:

conda install shapely