Google cloud platform RuntimeError:生成自定义映像时出错

Google cloud platform RuntimeError:生成自定义映像时出错,google-cloud-platform,google-compute-engine,google-cloud-dataproc,Google Cloud Platform,Google Compute Engine,Google Cloud Dataproc,当我使用创建自定义dataproc映像时,它抛出以下错误: File "dataproc/cloud-dataproc/custom-images/generate_custom_image.py", line 429, in <module> run() File "dataproc/cloud-dataproc/custom-images/generate_custom_image.py", line 420, in run daisy_image_cre

当我使用创建自定义dataproc映像时,它抛出以下错误:

  File "dataproc/cloud-dataproc/custom-images/generate_custom_image.py", line 429, in <module>
    run()
  File "dataproc/cloud-dataproc/custom-images/generate_custom_image.py", line 420, in run
    daisy_image_creator.create(args)
  File "/Users/yanzhongsu/Documents/copofi/gitlab/core-spark/dataproc/cloud-dataproc/custom-images/daisy_image_creator.py", line 43, in create
    os.path.abspath(args.daisy_path), workflow_script)
  File "/Users/yanzhongsu/Documents/copofi/gitlab/core-spark/dataproc/cloud-dataproc/custom-images/daisy_workflow_executor.py", line 42, in run
    raise RuntimeError("Error building custom image.")
RuntimeError: Error building custom image.```


The customization-script is as follows:
项目已移至,daisy也已成为可选项目。你能试试这个新项目吗

#!/bin/bash
pip install numpy==1.15.4
pip install pandas==0.23.4
pip install ujson==1.35
pip install geopandas==0.4.0
pip install lxml==4.3.0

**daisy** is downloaded from here: https://storage.googleapis.com/compute-image-tools/release/darwin/daisy