claudevdm commented on code in PR #36213:
URL: https://github.com/apache/beam/pull/36213#discussion_r2370143210


##########
sdks/python/setup.py:
##########
@@ -476,6 +477,7 @@ def get_portability_package_data():
               # GCP Packages required by ML functionality
               'google-cloud-dlp>=3.0.0,<4',
               'google-cloud-language>=2.0,<3',
+              'google-cloud-secret-manager>=2.0,<3',

Review Comment:
   I think it was that requirements installed it in a different directory (site 
packages vs dist packages) than all the other gcp deps. This caused 
"scecretmanager not defined" issue because it was looking in the path of all 
the other gcp packages (they were in dist packages when secretmanager was 
installed in site packages or vice versa)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to