NVIDIA/cheminformatics

Generating Novel Compounds: returned non-zero exit status 9 Error.

Opened this issue · 1 comments

Thank you for this tutorial! I encountered an error message in the step 5 of "Generating Novel Compounds" section.
I pressed "Generate" and got this Error box message:
"Command '['bash', '-c', 'mkdir -p /data/mounts/cddd && cd /data/mounts/cddd; /tmp/download_default_model.sh']' returned non-zero exit status 9."

The following is the message in the terminal. I think there's something wrong with my path setting, but I can't figure out what it is. Please give me some advice. Thank you in advance.

=============
cuchemUI_1 | WARNING:cuchemcommon.context:data_mount_path not found, returing default.
cuchemUI_1 | % Total % Received % Xferd Average Speed Time Time Time Current
cuchemUI_1 | Dload Upload Total Spent Left Speed
100 2219 0 2219 0 0 5790 0 --:--:-- --:--:-- --:--:-- 5778
cuchemUI_1 | Archive: default_model.zip
cuchemUI_1 | End-of-central-directory signature not found. Either this file is not
cuchemUI_1 | a zipfile, or it constitutes one disk of a multi-part archive. In the
cuchemUI_1 | latter case the central directory and zipfile comment will be found on
cuchemUI_1 | the last disk(s) of this archive.
cuchemUI_1 | unzip: cannot find zipfile directory in one of default_model.zip or
cuchemUI_1 | default_model.zip.zip, and cannot find default_model.zip.ZIP, period.
cuchemUI_1 | Traceback (most recent call last):
cuchemUI_1 | File "/workspace/cuchem/cuchem/utils/init.py", line 41, in func_wrapper
cuchemUI_1 | return func(*args, **kwargs)
cuchemUI_1 | File "/workspace/cuchem/cuchem/interactive/chemvisualize.py", line 271, in handle_generation
cuchemUI_1 | generative_wf = wf_class()
cuchemUI_1 | File "/opt/nvidia/cheminfomatics/common/cuchemcommon/utils/singleton.py", line 25, in call
cuchemUI_1 | *args, **kwargs)
cuchemUI_1 | File "/workspace/cuchem/cuchem/wf/generative/cddd.py", line 20, in init
cuchemUI_1 | self.default_model_loc = download_cddd_models()
cuchemUI_1 | File "/workspace/cuchem/cuchem/utils/data_peddler.py", line 35, in download_cddd_models
cuchemUI_1 | check=True)
cuchemUI_1 | File "/opt/conda/envs/rapids/lib/python3.7/subprocess.py", line 512, in run
cuchemUI_1 | output=stdout, stderr=stderr)
cuchemUI_1 | subprocess.CalledProcessError: Command '['bash', '-c', 'mkdir -p /data/mounts/cddd && cd /data/mounts/cddd; /tmp/download_default_model.sh']' returned non-zero exit status 9.
cuchemUI_1 | INFO:werkzeug:192.168.0.1 - - [02/Mar/2022 03:19:49] "POST /_dash-update-component HTTP/1.1" 200 -
cuchemUI_1 | INFO:werkzeug:192.168.0.1 - - [02/Mar/2022 03:19:49] "POST /_dash-update-component HTTP/1.1" 200 -

Sorry for the delayed response. I will trying to reproduce this issue. I will get back to you soon.