install_dependencies() doesn't produce any output when the environment already exists, which is hard to debug.
Proposed solution
Print a message with the versions of the installed dependencies.
Also, install_dependencies() should have a force or overwrite argument to force reinstall of tools.
Problem
install_dependencies()
doesn't produce any output when the environment already exists, which is hard to debug.Proposed solution
Print a message with the versions of the installed dependencies. Also,
install_dependencies()
should have aforce
oroverwrite
argument to force reinstall of tools.