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
I saw that you are using names-dataset library and sadly, they made some breaking changes and it gives following error when you run the example given in the Readme - AttributeError: 'NameDataset' object has no attribute 'search_first_name'
On further digging, I found that they have removed the search_first_name method altogether. Now only search method is there.
Could you please update the codebase or maybe specify the library version which included search_first_name method?
Thanks,
Naman
The text was updated successfully, but these errors were encountered:
Hey team,
I saw that you are using
names-dataset
library and sadly, they made some breaking changes and it gives following error when you run the example given in the Readme -AttributeError: 'NameDataset' object has no attribute 'search_first_name'
On further digging, I found that they have removed the
search_first_name
method altogether. Now onlysearch
method is there.Could you please update the codebase or maybe specify the library version which included
search_first_name
method?Thanks,
Naman
The text was updated successfully, but these errors were encountered: