问题
Can not install geopandas with in python 3.7. Always this error pops up:
Problem
Problem in anaconda Please help!
回答1:
First, based on Geopandas documentations, they recommend to use conda package manager.
Secondly, Geopandas relies on other packages and their installations is required. In order to install all the dependencies and the package itself, you can run the following command, given you are using conda
package manager:
conda install --channel conda-forge geopandas
来源:https://stackoverflow.com/questions/62566060/can-not-install-geopandas