ModuleNotFoundError: No module named 'google.cloud'

@anguslou it seems your environment ‘3kingdom’ is not there at the start and is being created in the process. You might want to create it first and then try again. Also I would recommend not using an integer at the start of the environment name.

Then could you check if the usage of the mentioned environment is configured at the Python Script node like this:

image

Next step might be to create a new environment from a fresh YAML file and try to add the google packages exclusively from conda-forge

2 Likes