Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无法在 python 3.7 中安装 geopandas。总是弹出这个错误:
问题
anaconda中的问题 请帮助!
首先,根据Geopandas文档,他们推荐使用conda包管理器。
其次,Geopandas 依赖于其他软件包,并且需要安装它们。为了安装所有依赖项和包本身,你可以运行以下命令,假设你正在使用conda包管理器:
conda
conda install --channel conda-forge geopandas