sqlmlutils icon indicating copy to clipboard operation
sqlmlutils copied to clipboard

How to Force Upgrade of Python Package?

Open hifihedgehog opened this issue 5 years ago • 2 comments

This is not clearly described in the documentation either here or on Microsoft's website. What is the process to upgrade a Python package to a later version when you receive the following information message:

Package scikit-learn exists on server. Set upgrade to True to force upgrade.".format(pkgname)) The version of scikit-learn you are trying to install is 0.22.1. The version installed on the server is 0.18.1

What is the syntax I am supposed to follow?

hifihedgehog avatar Jan 10 '20 16:01 hifihedgehog