Spidy20 / Smart_Resume_Analyser_App

This is web application for the Resume Analyser.
150 stars 118 forks source link

How to Solve >>> import nltk >>> nltk.download('stopwords') Issue #1

Open criticalmiind opened 2 years ago

criticalmiind commented 2 years ago

You can now view your Streamlit app in your browser.

Local URL: http://localhost:8501 Network URL: http://192.168.10.7:8501

2022-06-13 13:08:59.134 Uncaught app exception Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 84, in __load root = nltk.data.find(f"{self.subdir}/{zip_name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:


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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords.zip/stopwords/

Searched in:

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/apple-pentester/Library/Python/3.8/lib/python/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script exec(code, module.dict) File "/Users/apple-pentester/Desktop/CarParking/Smart_Resume_Analyser_App/App.py", line 5, in from pyresparser import ResumeParser File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/init.py", line 1, in from . import utils File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/utils.py", line 11, in from . import constants as cs File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/constants.py", line 25, in STOPWORDS = set(stopwords.words('english')) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 121, in getattr self.load() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 86, in load raise e File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 81, in load root = nltk.data.find(f"{self.subdir}/{self.name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:


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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords

Searched in:

2022-06-13 13:09:02.105 Uncaught app exception Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 84, in __load root = nltk.data.find(f"{self.subdir}/{zip_name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:


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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords.zip/stopwords/

Searched in:

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/apple-pentester/Library/Python/3.8/lib/python/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script exec(code, module.dict) File "/Users/apple-pentester/Desktop/CarParking/Smart_Resume_Analyser_App/App.py", line 5, in from pyresparser import ResumeParser File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/init.py", line 1, in from . import utils File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/utils.py", line 11, in from . import constants as cs File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/constants.py", line 25, in STOPWORDS = set(stopwords.words('english')) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 121, in getattr self.load() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 86, in load raise e File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 81, in load root = nltk.data.find(f"{self.subdir}/{self.name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:


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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords

Searched in:

SaduniHettihewa commented 1 year ago

You can now view your Streamlit app in your browser.

Local URL: http://localhost:8501 Network URL: http://192.168.10.7:8501

2022-06-13 13:08:59.134 Uncaught app exception Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 84, in __load root = nltk.data.find(f"{self.subdir}/{zip_name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:

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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords.zip/stopwords/

Searched in: - '/Users/apple-pentester/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/share/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/apple-pentester/Library/Python/3.8/lib/python/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script exec(code, module.dict) File "/Users/apple-pentester/Desktop/CarParking/Smart_Resume_Analyser_App/App.py", line 5, in from pyresparser import ResumeParser File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/init.py", line 1, in from . import utils File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/utils.py", line 11, in from . import constants as cs File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/constants.py", line 25, in STOPWORDS = set(stopwords.words('english')) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 121, in getattr self.load() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 86, in load raise e File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 81, in load root = nltk.data.find(f"{self.subdir}/{self.name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:

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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords

Searched in: - '/Users/apple-pentester/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/share/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data'

2022-06-13 13:09:02.105 Uncaught app exception Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 84, in __load root = nltk.data.find(f"{self.subdir}/{zip_name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:

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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords.zip/stopwords/

Searched in: - '/Users/apple-pentester/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/share/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/Users/apple-pentester/Library/Python/3.8/lib/python/site-packages/streamlit/scriptrunner/script_runner.py", line 554, in _run_script exec(code, module.dict) File "/Users/apple-pentester/Desktop/CarParking/Smart_Resume_Analyser_App/App.py", line 5, in from pyresparser import ResumeParser File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/init.py", line 1, in from . import utils File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/utils.py", line 11, in from . import constants as cs File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyresparser/constants.py", line 25, in STOPWORDS = set(stopwords.words('english')) File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 121, in getattr self.load() File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 86, in load raise e File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 81, in load root = nltk.data.find(f"{self.subdir}/{self.name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:

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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords

Searched in: - '/Users/apple-pentester/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/share/nltk_data' - '/Library/Frameworks/Python.framework/Versions/3.8/lib/nltk_data' - '/usr/share/nltk_data' - '/usr/local/share/nltk_data' - '/usr/lib/nltk_data' - '/usr/local/lib/nltk_data'

python -m nltk.downloader all This command was work for me. Download the nltk (Natural Language Toolkit) all.

nltk

WillianBR commented 1 year ago

You can now view your Streamlit app in your browser.

Local URL: http://localhost:8501 Network URL: http://192.168.10.7:8501

2022-06-13 13:08:59.134 Uncaught app exception Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/corpus/util.py", line 84, in __load root = nltk.data.find(f"{self.subdir}/{zip_name}") File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/nltk/data.py", line 583, in find raise LookupError(resource_not_found) LookupError:

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

import nltk nltk.download('stopwords')

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

Attempted to load corpora/stopwords.zip/stopwords/ ...

Hi @criticalmiind,

I solved the issue just running a small command:

python -c "import nltk; nltk.download('stopwords')"

As I created a venv to run the project, I just ran the above command inside the venv previously activated!

It's solved the issue!

I'm going to the next one!

As they once said:

Just take one Lion at time!