Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The dependencies have been named ``importlib.resources`` and ``importlib.metadata`` - with dots, making them look like module names. This caused ``ContextualVersionConflict``s in some setups (see below). Replacing the names by an underscore, like the name of the packages at PyPI have, solved this problem. pkg_resources.ContextualVersionConflict: (importlib-resources 5.12.0 (…/myproj/.eggs/importlib_resources-5.12.0-py3.7.egg), Requirement.parse('importlib.resources; python_version < "3.9"'), {'chameleon'})
- Loading branch information