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.
我尝试ogr从osgeo
ogr
osgeo
from osgeo import ogr
但我收到以下错误
ModuleNotFoundError: No module named 'osgeo'
在我安装之前GDAL,如果我这样做:
GDAL
pip3 install gdal Requirement already satisfied: gdal in /usr/local/lib/python3.7/site-packages (2.4.0)
在运行之前pip3 install gdal,尝试从这个站点安装完整的 GDAL 包。
pip3 install gdal