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版本插件,运行不再报错
原创文章,作者:254126420,如若转载,请注明出处:https://blog.ytso.com/275464.html