【Python】pyproj安装报错解决记录
作者:互联网
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版本插件,运行不再报错
标签:network,Python,pyproj,Visual,Studio,2015,报错 来源: https://www.cnblogs.com/hanjunjun/p/16495357.html