Anyone else getting _ModuleNotFoundError: No modul...
# neural-forecast
s
Anyone else getting _ModuleNotFoundError: No module named tqdm_” (statsforecast line: from tqdm.autonotebook import tqdm). I know it’s not Nixtla, just Python dependencies striking again! (and of course I’m pip-installing tqdm at the beginning of the Databricks notebook).
j
Hey. Did you install statsforecast as a cluster library?
s
You mean from PyPi or a wheel?
j
Either one. Installing at the top of your notebook only installs it in the driver and if you're running a distributed computation the executors need to have it installed as well
🙏 1
s
Ah, why didn’t I even think of that? You are so good at this Jose! Thank you so much.
Because we are running with Spark dataframes. 🎯