Skip to content
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

Jupyter Notebook Kernel keeps dead #26

Closed
sasi143 opened this issue Apr 17, 2020 · 2 comments
Closed

Jupyter Notebook Kernel keeps dead #26

sasi143 opened this issue Apr 17, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@sasi143
Copy link

sasi143 commented Apr 17, 2020

from rapidfuzz import fuzz
from rapidfuzz import process

for i in cat_no:
    final = process.extractBests(i,sent,score_cutoff=80)
    if len(final) != 0:
        print(i)
        print(final)

I am running above code in my Jupiter notebook, when I am looping "process.extractBests" more than 1000 times then my Jupiter kernal keep saying it is dead and some random popup coming and saying python program stop working.

can you please help me out

@maxbachmann maxbachmann added the bug Something isn't working label Apr 17, 2020
@maxbachmann maxbachmann changed the title Jupyter Notebook Kernal keeps dead Jupyter Notebook Kernel keeps dead Apr 17, 2020
@maxbachmann
Copy link
Member

maxbachmann commented Apr 17, 2020

Are you working with the latest version of rapidfuzz?
If your working with 0.7.5 then there was a known issue: #25 that is fixed in v0.7.6

@sasi143
Copy link
Author

sasi143 commented Apr 17, 2020

@maxbachmann Yes, After upgrading to the new version it got sorted. Thanks a lot

Closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants