Closed w-klijn closed 4 years ago
attributeError: module 'platform' has no attribute 'linux_distribution' Specifically this is caused because the matplot lib needed for L2L is an old one. (<3.1)
https://stackoverflow.com/questions/63636697/error-module-platform-has-no-attribute-linux-distribution
Why is L2L dependend on such an old matplotlib? Why is L2L plotting?
The CI is only running on Python 3.6 - 3.8. But matplotlib should be removed in general.
attributeError: module 'platform' has no attribute 'linux_distribution' Specifically this is caused because the matplot lib needed for L2L is an old one. (<3.1)
https://stackoverflow.com/questions/63636697/error-module-platform-has-no-attribute-linux-distribution
Why is L2L dependend on such an old matplotlib? Why is L2L plotting?