pipcook icon indicating copy to clipboard operation
pipcook copied to clipboard

pipcook run path/***.json --tuna 127.0.0.1:80

Open Abert-ZGL opened this issue 5 years ago • 4 comments

job is failed: Error: connect ECONNREFUSED 127.0.0.1:80

Abert-ZGL avatar Jan 28 '21 08:01 Abert-ZGL

image

Abert-ZGL avatar Jan 28 '21 08:01 Abert-ZGL

Hi @Abert-ZGL May I ask you to provide your pipeline, please?

yorkie avatar Jan 28 '21 12:01 yorkie

Hi @Abert-ZGL May I ask you to provide your pipeline, please?

{ "plugins": { "dataCollect": { "package": "@pipcook/plugins-csv-data-collect", "params": { "url": "http://foobar" } }, "dataAccess": { "package": "@pipcook/plugins-csv-data-access", "params": { "labelColumn": "output" } }, "modelDefine": { "package": "@pipcook/plugins-bayesian-model-define" }, "modelTrain": { "package": "@pipcook/plugins-bayesian-model-train" }, "modelEvaluate": { "package": "@pipcook/plugins-bayesian-model-evaluate" } } }

My guess is that the network environment required by the plugin is not well configured

Abert-ZGL avatar Feb 03 '21 05:02 Abert-ZGL

I don't think pipcook will access the 127.0.0.1:80, Is there any hosts setting in your server?

FeelyChau avatar Feb 03 '21 05:02 FeelyChau