ModuleNotFoundError: No module named 'tkinter' in Python
Hello
I am following the tutorial related to advanced designer certificate to use the Text Visualization plugin to create a simple word cloud on the description column of the Online_Retail_Distinct dataset. Running the plugin, i get the below error:
Error in Python process: At line 8: <class 'ModuleNotFoundError'>: No module named 'tkinter'
Logs may contain additional information
Additional technical details
- Error type:class ModuleNotFoundError
How can i install tkinter in my standalone free DSS (windows version)
Appreciate your advise
Regards
Wassem
Operating system used: Windows 10
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,215 Dataiker
Hi,
The error suggests the code env was not successfully installed.
Please check the code env logs and see if you spot any specific errors.
Administration - Code Envs - find the code env name should contain "text_visualization" in the name and check for any errors.
Note the windows version is not officially supported so this plugin may not work on it. You can use the Dataiku Cloud trial as an alternative.
Thanks