我已按照官方说明进行操作,并尝试了pip install git+git://github.com/geopandas/geopandas.git
和pip install geopandas
,但我得到的只是以下内容。我不是电脑高手,根本看不懂这个。有人可以帮我弄清楚我应该做什么才能成功安装吗geopandas
?
PS D:\Python\Scripts> pip install git+git://github.com/geopandas/geopandas.git
Collecting git+git://github.com/geopandas/geopandas.git
Cloning git://github.com/geopandas/geopandas.git to c:\users\ariel\appdata\local\temp\pip-req-build-mzuz5obu
Requirement already satisfied: pandas>=0.24.0 in d:\python\lib\site-packages (from geopandas==0.8.0+52.g7e595d0) (1.0.3)
Collecting shapely>=1.6
Using cached Shapely-1.7.1-cp38-cp38-win_amd64.whl (1.0 MB)
Collecting fiona>=1.8
Using cached Fiona-1.8.17.tar.gz (1.3 MB)
ERROR: Command errored out with exit status 1:
command: 'd:\python\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\ariel\\AppData\\Local\\Temp\\pip-install-x28x2nrd\\fiona\\setup.py'"'"'; __file__='"'"'C:\\Users\\ariel\\AppData\\Local\\Temp\\pip-install-x28x2nrd\\fiona\\
setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\ariel\AppData\Local\Temp\pip-pip-egg-info-kqm2six3'
cwd: C:\Users\ariel\AppData\Local\Temp\pip-install-x28x2nrd\fiona\
Complete output (1 lines):
A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
森林海
相关分类