You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Hi Guys,
I have a python script which I converted to GUI using python gooey and in this I am using python_dedupe.dedupe_dataframe() to perform deduplication but while I am running the script from command without gooey mode then it ask for labelling data which I can provide from command line like y for yes, n for no but while I am running the script in GUI mode it is not providing questions window to provide answer, I am facing this issue when I updated my dedupe from 2.0.11 to 2.0.17 version.
for reference I am attaching screenshot, please help me, I will be thankful to you.
Also while I am trying to run the same script from jupyter notebook, I am getting the question window.
Hi Guys,


I have a python script which I converted to GUI using python gooey and in this I am using python_dedupe.dedupe_dataframe() to perform deduplication but while I am running the script from command without gooey mode then it ask for labelling data which I can provide from command line like y for yes, n for no but while I am running the script in GUI mode it is not providing questions window to provide answer, I am facing this issue when I updated my dedupe from 2.0.11 to 2.0.17 version.
for reference I am attaching screenshot, please help me, I will be thankful to you.
Also while I am trying to run the same script from jupyter notebook, I am getting the question window.
Thank You