Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 13, 2023 11:54AM
Likes: 0
Replies: 2
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. ```
```
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
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
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.