Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on September 8, 2022 12:19PM
Likes: 0
Replies: 1
How can I install "openpyxl" model on dataiku DSS?
I am trying to work on the first hands-on from dev course until an error appeared saying the following:
Logs may contain additional information
Additional technical details
Hi @ManarAlmutairi
,
Are you using the default dataiku environment? If so, I would recommend that you create your own "python code environment" here:
(There is good documentation in here)
Then go to the section "Packages to install" of the new environment you created and and the library in the text box, like in this example:
And then click on "Save and Update"
Finally, you need to be sure that you select that environment in your python recipe or notebook.
Of course, this assumes that you have permissions to create a new code environment, else you need to speak with your DSS admin to get the permission.
Hope this helps.