Problems to run Macro to download the dataiku tensorflow resnet model

Hello, Dataiku community
I am trying to follow this tutorial but I have problems to download the dataiku tensorflow resnet model using macro. I select the option "Download pre-trained model" in "deeplearning image cpu" section and I get the error:
Oops: an unexpected error occurred
Cannot run program "/opt/dataiku/dataiku_12/dataiku_design/dss_data/code-envs/python/plugin_deeplearning-image-cpu_non_managed/bin/python" (in directory "/opt/dataiku/dataiku_12/dataiku_design/dss_data/tmp/python-macro/run-pyrunnable_deeplearning-image-cpu_download-models14123462917682955455"): error=2, No such file or directory, caused by: IOException: error=2, No such file or directory
Do you know why this error appears?
Thank you.
Operating system used: Ubuntu
Answers
-
Hi,
This error typically says that a code-env has not been built. It seems that comes from the plugin: `plugin_deeplearning-image-cpu_non_managed/`.
Best