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] Setup instruction relies on old pip versions. #42

Closed brenthuisman closed 4 years ago

brenthuisman commented 4 years ago

The commandline option --process-dependency-links was dropped in pip v19. What's the advised alternative?

I see a install.sh in the root, but that appears to be doing something unrelated. Or do I see that wrong?

alperyeg commented 4 years ago

Links to #41

brenthuisman commented 4 years ago

If I run python3 setup.py install --user instead indeed #41 pops up. If I remove the matplotlib dep from requirements.txt, il2l installs without errors!

alperyeg commented 4 years ago

Very good. We can leave the issue open at the moment, in case other people have the same problem.

alperyeg commented 4 years ago

Was fixed with latest PR