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