darts
darts copied to clipboard
[BUG] Memory Issue while importing models from darts
Using darts v 0.23.1 Ananconda Python 3.8.x AMD 64
After I install the package and try to import any model I get the below error. Tried to replicate on a different computer and this did not occur. Any reason for this error and possible ways to fix the below?
Logs:
from darts.models import FFT
Traceback (most recent call last):
File "
Hi @aChatterjee13,
It seems like the problem is coming from the lightgbm library. Please check if it's properly installed, or if this error is documented on their side.
If you don't need or use this model, you can uninstall it and Darts should still work fine as it's an optional dependency.
This was fixed by #2304, it was caused by the order of the imports.