Developer Certificate question

camille_scb
Registered Posts: 1 ✭
Hello,
I am working on Developer Certificate project in order to get its certification. But I am struggling with this error:
Error in Python process: At line 4: <class 'ModuleNotFoundError'>: No module named 'make_frames'
As far as I know, this was supposed to be imported easily. If I go to the Library Editor, the make_frames.py file is there. And, on flow, I am importing as:
from make_frames import parseColumns, stackData, nameColumns, readFolderContent
I don't know how to solve this. Can someone help me?
Thank you!
Tagged:
Answers
-
Sean Dataiker, Alpha Tester, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Moderator Posts: 179 Dataiker
Hi @camille_scb , I'm not able to reproduce your error. I can confirm that the starter project should already come with the make_frames.py file in the project library's python folder. Aside from fixing the blanks in that first recipe, there's nothing else you should need to do.