Closed kfuku52 closed 4 years ago
Any update?
Another error I just encountered in amalgkit metadata.
LookupError:
**********************************************************************
Resource wordnet not found.
Please use the NLTK Downloader to obtain the resource:
>>> import nltk
>>> nltk.download('wordnet')
For more information see: https://www.nltk.org/data.html
Attempted to load corpora/wordnet
Searched in:
- '/Users/kf/nltk_data'
- '/Users/kf/miniconda3/nltk_data'
- '/Users/kf/miniconda3/share/nltk_data'
- '/Users/kf/miniconda3/lib/nltk_data'
- '/usr/share/nltk_data'
- '/usr/local/share/nltk_data'
- '/usr/lib/nltk_data'
- '/usr/local/lib/nltk_data'
**********************************************************************
NLTK and obonet are now part of the setup.py requirements, I also moved 'import nltk' to the relevant function to avoid conflicts if NLTK is not installed. Also, 'wordnet' will now be downloaded and updated automatically, so the error should be resolved.
Hi Matthias: I got this error in using getfastq. Could you update setup.py and README for this new dependency?