1. 环境
python 3.10
pyproj 3.3.1
2. 安装
pip install pyproj
3. 错误
from pyproj._network import ( # noqa: F401 pylint: disable=unused-import ImportError: DLL load failed while importing _network: 找不到指定的模块。
4. 解决
安装Microsoft Visual C++ Redistributable for Visual Studio 2015,2017and2019 x64版本插件,运行不再报错
Download the Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019._XBodhi.的博客-CSDN博客