【Python】pyproj安装报错解决记录

2022/7/20 9:21:48

本文主要是介绍【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版本插件,运行不再报错

       Download the  Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019._XBodhi.的博客-CSDN博客



这篇关于【Python】pyproj安装报错解决记录的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程