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博客

posted on 2022-07-19 19:16  诸葛亮了  阅读(1933)  评论(1编辑  收藏  举报