Getting Error Code 1 While Installing Geopandas With Pip
This is the error I get when trying to install geopandas using pip install geopandas. I'm using Python 3.7. Collecting geopandas Using cached https://files.pythonhosted.org/packa
Solution 1:
As the Traceback says: Download this
https://visualstudio.microsoft.com/downloads/
This will give you the C++ libs required by the lib that you're installing
Solution 2:
The problem is in compiling pyproj
. Try to install a pre-compiled binary from https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyproj
Solution 3:
pip install wheel
pip install pipwin
pipwin install numpy
pipwin install pandas
pipwin install shapely
pipwin install gdal
pipwin install fiona
pipwin install pyproj
pipwin install six
pipwin install rtree
pipwin install geopandas
Post a Comment for "Getting Error Code 1 While Installing Geopandas With Pip"