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

OSError: [E050] Can't find model 'en_core_web_md'. #421

Open
poju3185 opened this issue Dec 15, 2023 · 0 comments
Open

OSError: [E050] Can't find model 'en_core_web_md'. #421

poju3185 opened this issue Dec 15, 2023 · 0 comments

Comments

@poju3185
Copy link

Describe the bug
When creating creating an agent instance, spacy.load("en_core_web_md") raises an exception.

To Reproduce

  1. Start the web server.
  2. Go to http://127.0.0.1:3002/v1/complete
  3. See error

Desktop (please complete the following information):

  • OS: [e.g. MacOS]
  • Browser [chrome]

Additional context
After some research, I found that you need to run

python -m spacy download en_core_web_md

to download the package. I think this could be include in bash script when building the project.

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

No branches or pull requests

1 participant