model load error:Could not find: alms
- Dominant language
- Python
- Stars
- 33.9k
- Forks
- 4.7k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
## How to reproduce the behaviour
## Your Environment
## Info about spaCy
- **spaCy version:** 3.7.5
- **Platform:** macOS-10.16-x86_64-i386-64bit
- **Python version:** 3.9.13
- **Pipelines:** en_core_web_sm (3.7.1), en_core_web_md (3.7.1)
Spacy used to work fine, though I haven't used it recently.
Notebook code
import spacy
import en_core_web_sm
nlp = spacy.load("en_core_web_sm")
doc = nlp("Apple is looking at buying U.K. startup for $1 billion")
returns error:
3 import en_core_web_sm
----> 4 nlp = spacy.load("en_core_web_sm")
5 doc = nlp("Apple is looking at buying U.K. startup for $1 billion")
AttributeError: Could not find: llms
How do I resolve?
Andy
Contributor guide
Assessment
This issue has not been assessed yet.