Python PIP Upgrade

Headline:
Option to upgrade pip inside Task setup


Description:
Certain Python modules, such as “cryptography”, may encounter installation issues with outdated versions of pip. To resolve these problems, it’s recommended to use the most recent version of pip.


Example/Use case(s):
Morpheus automatically creates a virtual environment each time a task is executed, utilizing the default pip from the Python site package. As a result, manual upgrades of pip are not feasible.