Reputation: 1
pip install
fails with Error in Vertex AI Workbench Executor
I am struggling with this issue and need help. Please assist.
I am setting up a notebook environment using a created instance in Google Cloud Vertex AI Workbench. I am trying to run the environment periodically using the executor function, but I encounter an error when running pip install:
Failed to establish a new connection: [Errno 101] Network is unreachable
,
(This is an excerpt from a similar error message.) Reference: pip install failing with NewConnectionError on debian
When I run the code directly in the notebook environment (without using the executor function), the packages install without any issues via pip.
Do you know what might be causing this?
Upvotes: 0
Views: 172