Subprocess failed to connect, it probably crashed at startup. Check the logs., caused by: SocketExce
Hi,
while training LSTM time series model using the blog https://gallery.dataiku.com/projects/TIMESERIES/flow/ I am facing the below error.
1st question. ```
Training failed
Read the logs```
2nd: How this was related and where this steps can be implemented from my end (screen shot attached)
Operating system used: Windows
Operating system used: Windows
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @balu
,
Subprocess failed to connect indicates an issue, most likely a missing package or an incompatible version of numpy install in your code env.
Can you please reach out to support: https://doc.dataiku.com/dss/latest/troubleshooting/obtaining-support.html
Please provide a training log directly. The link provided is not accessible outside of your network.
The code env diagnostics from the code env or list of packages to install.
Thanks -
lji Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 5 ✭
Same error occurred for me in Prompt Studios within DSS 12.5.2 and adding langchain-community<0.0.27 in my code environment fixed it.