Skip to content

安装iFeatureOmega-GUI时,configparser不兼容新版本python,Python 3中的configparser模块已经不再使用SafeConfigParser,而是改为使用RawConfigParser。 #3

@YR-001

Description

@YR-001

安装时,AttributeError: module 'configparser' has no attribute 'SafeConfigParser'错误表明在您的Python环境中,configparser模块中没有SafeConfigParser属性。

这个错误通常发生在Python 3中,因为Python 3中的configparser模块已经不再使用SafeConfigParser,而是改为使用RawConfigParser。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions