-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field type String is not valid. Valid types include Custom #42
Comments
Hey Justin, I've created several cli apps with pandas-dedupe + pyinstaller, so it's definitely possible. I recall it was a PITA, but don't remember how I solved it off-hand. I might have time later try on my end. I'd be curious to hear if you have any more updates - might jog my memory. |
Hi Keith, Glad to know it's possible to do. I've tried a bunch of different tweaks, including retraining the model and getting a new settings and training.json file. The interesting thing is that the main script works fine in Spyder, but when put into an executable, starts throwing that error. |
@Lyonk71 I still haven't made much progress in figuring out the cause of the issue. Do you have any ideas on how I can go about debugging it? |
Hey @Lyonk71 @jschulberg after all passed time, could you solve that issue ? |
Hello,
I'm attempting to run
pandas-dedupe
inside of a Pyinstaller executable. I keep running into the following error + traceback:Any guidance would be of help! I tried convert my fields to a list of dictionaries instead a list of tuples and then commenting out the code in
utility_functions.py
that converts the field list of tuples into a list of dictionaries, but to no avail.The text was updated successfully, but these errors were encountered: