Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): pinned nltk version to address build failure #323

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

kirupang-code
Copy link
Contributor

Build failed due to nltk version update, so I downgraded the version to temporarily fix the issue.
Here's the error that was generated:

E       LookupError:
--
4975 | E       **********************************************************************
4976 | E         Resource punkt_tab not found.
4977 | E         Please use the NLTK Downloader to obtain the resource:
4978 | E
4979 | E         >>> import nltk
4980 | E         >>> nltk.download('punkt_tab')
4981 | E
4982 | E         For more information see: https://www.nltk.org/data.html
4983 | E
4984 | E         Attempted to load tokenizers/punkt_tab/english/
4985 | E
4986 | E         Searched in:
4987 | E           - '/root/nltk_data'
4988 | E           - '/codebuild/output/src862412924/src/venv/nltk_data'
4989 | E           - '/codebuild/output/src862412924/src/venv/share/nltk_data'
4990 | E           - '/codebuild/output/src862412924/src/venv/lib/nltk_data'
4991 | E           - '/usr/share/nltk_data'
4992 | E           - '/usr/local/share/nltk_data'
4993 | E           - '/usr/lib/nltk_data'
4994 | E           - '/usr/local/lib/nltk_data'
4995 | E       **********************************************************************
4996 |  
4997 | venv/lib/python3.10/site-packages/nltk/data.py:582: LookupError

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Zhenshan-Jin Zhenshan-Jin self-requested a review August 12, 2024 22:03
@xiaoyi-cheng xiaoyi-cheng changed the title fix: pinned nltk version to address build failure build(deps): pinned nltk version to address build failure Aug 12, 2024
@xiaoyi-cheng xiaoyi-cheng merged commit c970528 into aws:main Aug 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants