Difficulty with spaCy Model Path in Azure ML VS Code #13165
Unanswered
ul-sherin
asked this question in
Help: Installation
Replies: 1 comment
-
You can either install it with Get the URL:
Add to
The exact URL will depend on the version of spacy that you want to use. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently facing an issue while working with Azure ML VS Code and spaCy. Here's the problem I'm encountering:
OSError: [E050] Can't find model 'en_core_web_lg'. It doesn't seem to be a Python package or a valid path to a data directory.
I am attempting to convert a JSON file to spaCy, and I've installed spaCy for this purpose. However, I'm unable to resolve the mentioned error. I've come across suggestions in a blog recommending providing the exact path for 'en_core_web_lg'. Unfortunately, in the Azure ML VS Code environment, the file is not saved locally, making it challenging to identify its actual path.
Is there a workaround for specifying the path of 'en_core_web_lg' without having it saved locally?
Beta Was this translation helpful? Give feedback.
All reactions