0

环境:

Python 3.8.6
Conda 4.8.5
Mac OS Catalina 10.15.7

尝试将英国上层地方当局边界的 ESRI shapefile 读取到 python 环境。在命令行和 PyCharm 中都尝试了相同的错误。

按照文档指南进行设置:

conda create -n geo_env
conda activate geo_env
conda config --env --add channels conda-forge
conda config --env --set channel_priority strict
conda install python=3 geopandas

我已经确认所有依赖包(fiona、pyproj、shapely、dumpy、pandas)都已安装并导入到环境中。

但是在运行以下命令时:

local_auth_shape = gpd.read_file('~/Downloads/Counties_and_Unitary_Authorities__December_2017__Boundaries_GB-shp/Counties_and_Unitary_Authorities__December_2017__Boundaries_GB.shp')

我遇到了错误:

fiona.errors.DriverError: ~/Downloads/Counties_and_Unitary_Authorities__December_2017__Boundaries_GB-shp/Counties_and_Unitary_Authorities__December_2017__Boundaries_GB.shp: No such file or directory

路径是正确的,我已经三重检查了它。地理数据库文件夹也已正确下载。

我尝试使用 pip install 也出现同样的错误。

4

0 回答 0