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
José Morales
03/28/2024, 10:00 PM
Hey. Did you install statsforecast as a cluster library?
s
Scottfree Analytics LLC
03/28/2024, 10:00 PM
You mean from PyPi or a wheel?
j
José Morales
03/28/2024, 10:01 PM
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
Scottfree Analytics LLC
03/28/2024, 10:02 PM
Ah, why didn’t I even think of that? You are so good at this Jose! Thank you so much.