Closed mapsam closed 2 years ago
Builds are failing on python 3.7.1 (travis's 3.7.x default) due to importlib-metadata issues that are partially explained in https://github.com/pypa/setuptools/issues/3293
Quick fix is to install the latest version of importlib-metadata before installing other dependencies.
cc @Pshrawani
Builds are failing on python 3.7.1 (travis's 3.7.x default) due to importlib-metadata issues that are partially explained in https://github.com/pypa/setuptools/issues/3293
Quick fix is to install the latest version of importlib-metadata before installing other dependencies.
cc @Pshrawani