【发布时间】:2021-04-30 20:04:22
【问题描述】:
在Windows 10上,QGIS 3.16的启动过程中,我习惯遇到一个关于python的问题:
Couldn't load SIP module.
Python support will be disabled.
Traceback (most recent call last):
File "", line 1, in
File "C:/PROGRA1/QGIS31.16/apps/qgis-ltr/./python\qgis_init_.py", line 70, in
from qgis.PyQt import QtCore
File "C:/PROGRA1/QGIS31.16/apps/qgis-ltr/./python\qgis\PyQt\QtCore.py", line 24, in
from PyQt5.QtCore import *
ImportError: DLL load failed: The specified procedure could not be found.
我在以前版本的 QGIS 中遇到过这个问题,并且能够通过安装最新的 QGIS 版本来解决这个问题,但过了一段时间这个错误又回来了。如果出现此问题,则 QGIS 不会加载地理处理工具,并且大部分时间都无法使用。
【问题讨论】:
标签: qgis