ModuleNotFoundError: No module named 'dku_utils'
I am using python recipe for one of the projects from dataiku gallery (rfm segmentation). In that I am getting following error.
If the dku_utils module has changed then please guide me.
Thanks
Operating system used: windows 10
Operating system used: windows 10
Operating system used: windows 10
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @anshupolestar
,
The 'dku_utils' would need to be in the project library which project you are trying to run this code exactly in. dku_utils is included in the project libraries of the solution.
TRy to force reload the notebook and make sure it's running in the same project otherwise you need to share the project libraries to another project. -
I am getting this same error. Does anyone know how to get those libraries loaded? The above post says "dku_utils is included in the project libraries of the solution". Can someone explain this? when I go into the solution libraries I don't see anything there.