cocktailpeanutlabs / openvoice2

10 stars 0 forks source link

Resource averaged_perceptron_tagger_eng not found. Please use the NLTK Downloader to obtain the resource #3

Open romanr opened 2 months ago

romanr commented 2 months ago

Reinstalled few times, always this error when generating

LookupError: 
**********************************************************************
  Resource averaged_perceptron_tagger_eng not found.
  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('averaged_perceptron_tagger_eng')

  For more information see: https://www.nltk.org/data.html

  Attempted to load taggers/averaged_perceptron_tagger_eng/

  Searched in:
    - '/Users/r/nltk_data'
    - '/Users/r/pinokio/api/openvoice2.git/app/env/nltk_data'
    - '/Users/r/pinokio/api/openvoice2.git/app/env/share/nltk_data'
    - '/Users/r/pinokio/api/openvoice2.git/app/env/lib/nltk_data'
    - '/usr/share/nltk_data'
    - '/usr/local/share/nltk_data'
    - '/usr/lib/nltk_data'
    - '/usr/local/lib/nltk_data'

I downloaded the file manually but where to put it? https://huggingface.co/spaces/myshell-ai/OpenVoice/tree/main here it's not present.