Ubuntu 20.04:安装 QGIS 安装 python3-qgis 时出现错误

Ubuntu 20.04:安装 QGIS 安装 python3-qgis 时出现错误

我正在尝试在 ubuntu 20.04 中重新安装 qGIS,如下所示QGIS 安装程序。但是,当我尝试安装以下内容时出现错误:

'sudo apt install gnupg software-properties-common'

错误说:

Traceback (most recent call last):
  File "/usr/bin/py3compile", line 34, in <module>
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python3/debpython/__init__.py", line 10, in <module>
    log = logging.getLogger(__name__)
AttributeError: module 'logging' has no attribute 'getLogger'
dpkg: error processing package python3-qgis (--configure):
 installed python3-qgis package post-installation script subprocess returned err
or exit status 1
Errors were encountered while processing:
 python3-qgis
E: Sub-process /usr/bin/dpkg returned an error code (1)

我读过一些相关内容,但仍然不明白发生了什么。有人能给我一些建议吗?

只是为了在 usr/lib/ 中添加更多信息,我有 3 个 python 文件夹:python2.7、python3 和 python3.8。第二个“python3”是空的。也许有人比我更聪明,可以帮助我解决这个问题。

谢谢

相关内容