Closed brenthuisman closed 4 years ago
Links to #41
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!
Very good. We can leave the issue open at the moment, in case other people have the same problem.
Was fixed with latest PR
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?