powered by
Set the version of pip to a specific earlier version.
downgrade_pip(version = "9.0.0")
pip version
Nothing
use upgrade_pip to set pip to the latest version. Use set_pip_version to install a specific version of pip
# NOT RUN { if (is_pip_installed()) { downgrade_pip() } # }
Run the code above in your browser using DataLab