JohnZolton / pdf-2-mp3-two

3 stars 0 forks source link

Had to add `nltk.downoad('punkt')` to make this work #2

Open SeaDude opened 1 year ago

SeaDude commented 1 year ago

Hello,

I kept getting this error:

image

Some cursory searches led me here: https://stackoverflow.com/a/74852469/5976033

I added nltk.downoad('punkt') after the import nltk statement in utilities.py.

The app appears to be working now!

image