numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
107 stars 60 forks source link

pythorch-lightning 1.3 breaks python path #516

Closed lscheinkman closed 3 years ago

lscheinkman commented 3 years ago

pythorch-lightning 1.3 breaks python path by installing the integration tests and other unwanted files directly into the site-package directory confusing isort

lscheinkman commented 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")