Unanswered
Hi Team, I Have Created Inference For Statsmodels, I Am Trying To Clone And Run By Running Agent But It Throwing Error That Statsmodels Is Not Found .Could You Reply.
Hi @<1533257278776414208:profile|SuperiorCockroach75>
ModuleNotFoundError: No module named 'statsmodels'
seems like this package is missing from the Task
wither import it manually import statsmodels
(so the automagic logs it)
Or add before task init:
Task.add_requirements("statsmodels")
task = Task.init(...)
ps: no need to @ so many people ...
167 Views
0
Answers
one year ago
one year ago