in VS Code ImportError: cannot import name ‘Mapping’ from ‘collections’ April 14, 2023 by Tarik As Mitra said above, change: from collections import Mapping to from collections.abc import Mapping