Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Testing deployed service failed #23

Closed
Mecanne opened this issue May 22, 2019 · 4 comments
Closed

Testing deployed service failed #23

Mecanne opened this issue May 22, 2019 · 4 comments
Assignees

Comments

@Mecanne
Copy link

Mecanne commented May 22, 2019

Hi, I have an issue when I try to test the deployed service at cmd 38, notebook 02. I've made this notebook 2 weeks ago and it works perfectly then. So, here I let you the error:

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

  >>> import nltk
  >>> nltk.download('punkt')
  
  For more information see: https://www.nltk.org/data.html

  Attempted to load tokenizers/punkt/PY3/english.pickle

  Searched in:
    - '/root/nltk_data'
    - '/opt/miniconda/nltk_data'
    - '/opt/miniconda/share/nltk_data'
    - '/opt/miniconda/lib/nltk_data'
    - '/usr/share/nltk_data'
    - '/usr/local/share/nltk_data'
    - '/usr/lib/nltk_data'
    - '/usr/local/lib/nltk_data'
    - ''
*********************************************************************

After this error I installed the resource that I supposed to need, but I didn't get any change, here's the output:

[nltk_data] Downloading package punkt to /root/nltk_data...
[nltk_data]   Package punkt is already up-to-date!

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

  >>> import nltk
  >>> nltk.download('punkt')
  
  For more information see: https://www.nltk.org/data.html

  Attempted to load tokenizers/punkt/PY3/english.pickle

  Searched in:
    - '/root/nltk_data'
    - '/opt/miniconda/nltk_data'
    - '/opt/miniconda/share/nltk_data'
    - '/opt/miniconda/lib/nltk_data'
    - '/usr/share/nltk_data'
    - '/usr/local/share/nltk_data'
    - '/usr/lib/nltk_data'
    - '/usr/local/lib/nltk_data'
    - ''
**********************************************************************

So what should I do?

Thanks

P.S.: This also happens when I test the classifier service, but instead of requesting the download of the 'punkt' package, it asks for the 'stopwords' package. The same thing happens when you download it, as before.

@DawnmarieDesJardins
Copy link
Contributor

@ZoinerTejada @timahenning
Hello gentlemen,
Please review and advise.
Thanks, Dawnmarie

@timahenning
Copy link
Collaborator

We have an update scheduled for that happening now, so we will fix the reported issue then

@ZoinerTejada
Copy link
Collaborator

The environment for this workshop has changed in the update, and this issue was no longer reproducible.

@DawnmarieDesJardins
Copy link
Contributor

Closing issue as addressed in June 2019 update.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants