Closed lscheinkman closed 3 years ago
Wow, this must have been fun tracking down...
I had clue left behind in my site-packages/integrations
folder
https://github.com/PyTorchLightning/metrics/blob/master/integrations/__init__.py#L5
_LIGHTNING_GREATER_EQUAL_1_3 = _compare_version("pytorch_lightning", operator.ge, "1.3.0")
pythorch-lightning 1.3 breaks python path by installing the integration tests and other unwanted files directly into the site-package directory confusing isort