Cloud Composer grpcio Python package

144 views Asked by At

I want to update the grpcio package in my Cloud Composer environment from 1.23.0 to 1.29.0. How to do that?

Do I need to add it in PyPI packages in the Composer console?

2

There are 2 answers

1
Dustin Ingram On

See "Installing a Python dependency from PyPI" here: https://cloud.google.com/composer/docs/how-to/using/installing-python-dependencies

0
Rally H On

If your environment requires a specific package, it is recommended that you explicitly install the package to avoid issues due to package changes across Cloud Composer image versions. Do not rely on the pre-installed packages in the Cloud Composer version that is running in your environment. 1 2