from dataikuapi.dss.scenario import StepBasedScenarioSettings throws error
arielma2304
Registered Posts: 47 ✭✭✭✭
Hi
Up until now I used this code with no issues, and suddenly today, I started to get:
from dataikuapi.dss.scenario import StepBasedScenarioSettings # type: ignore ModuleNotFoundError: No module named 'dataikuapi.dss.scenario'
was there any change? why I suddenly gets it?
Best Answer
-
Hi,
you should be creating instances of that class by calling get_settings() on an instance of a scenario object. This being said that class hasn"t been moved, so it's likely that the entire dataikuapi package is gone. Either the install has moved or changed or the files were plain removed.