Use correct native importlib library available Python 3.7+
importlib_metadata
is an external dependency that needs to be installed through pip / pypi.
The correct, native, library is known as importlib
This patch fixes a broken import.
importlib_metadata
is an external dependency that needs to be installed through pip / pypi.
The correct, native, library is known as importlib
This patch fixes a broken import.