Meta-optimization / L2L

Learning to Learn: Gradient-free Optimization framework
https://meta-optimization.github.io/L2L/
GNU General Public License v3.0
15 stars 14 forks source link

Bug: install script does not work with Python >3.7 #41

Closed w-klijn closed 4 years ago

w-klijn commented 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?

alperyeg commented 4 years ago

The CI is only running on Python 3.6 - 3.8. But matplotlib should be removed in general.