Skip to content Skip to sidebar Skip to footer

Gcp Ai Platform: The Script _name_ Is Installed In '/root/.local/bin' Which Is Not On Path

I am trying to push python files to the Google AI Platform (unified). For the dependencies I am using setuptools: %%writefile custom/setup.py from setuptools import find_packages f

Solution 1:

We have followed the Vertex AI (Formerly called as AI Platform Unified) documentation and codelab and run some training jobs. We could see the same error/warning messages in the Stackdriver logs but the training jobs are running successfully.

After contacting the ML team responsible for this product, they have confirmed that there should be no impact on the training jobs due to these error/warning messages showing up in stackdriver logs. Let us know if you see any failure in the final outcome of your training jobs.

Post a Comment for "Gcp Ai Platform: The Script _name_ Is Installed In '/root/.local/bin' Which Is Not On Path"