Skip to content

ImportError: cannot import name 'Mapping' from 'collections' #29

@constant-flow

Description

@constant-flow

Fix for Python 3.10

CITGuru/PyInquirer#181 (comment)

For Python 3.10.5, change line in file: ...\.venv\Lib\site-packages\prompt_toolkit\styles\from_dict.py
from:
from collections import Mapping to from collections.abc import Mapping

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions