ourownstory / neural_prophet

NeuralProphet: A simple forecasting package
https://neuralprophet.com
MIT License
3.89k stars 480 forks source link

There is a zombies process when use version 0.9.0 #1632

Closed Aaron1993 closed 2 months ago

Aaron1993 commented 3 months ago

When I use version 0.9.0, and use the interface for post requests, there is an error "forcefully terminating all other processes to avoid ambies". However, I already kill all processes. But when I update to version 0.8.0 or 0.7.0, it works.

ourownstory commented 3 months ago

Hi @Aaron1993 We do not directly control any processes directly. This is likely caused by some of the required packages and packagages in your environment clashing. The only big difference between 0.8.0 and 0.9.0 was the upgrade to Pytorch Lightning 2.0. Might it be connected to that?

ourownstory commented 2 months ago

closing due to inactivity.