Pip install of shapely giving “python setup.py egg_info” failed with error code 1 error
问题 I am trying to install shapely 1.5.6 in Windows 10 (python 3). I am getting this strange error. python setup.py egg_info" failed with error code 1 in c:\users\user1\appdata\local\temp\pip-build-g1iztcx1\shapely I have tried updating pip but no luck. What could be the problem? 回答1: Error code 1 means the "Operation is not permitted". Usually when that happens in Linux, you can just use sudo to resolve it. But on windows, you probably have to right-click on cmd and run as administrator to