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

[lucem_illud] Import problem #3

Open
linhui1020 opened this issue Jan 13, 2022 · 2 comments
Open

[lucem_illud] Import problem #3

linhui1020 opened this issue Jan 13, 2022 · 2 comments

Comments

@linhui1020
Copy link

Hi,

I successfully installed illud package as instructed, but when I try to install lecem_illud, jupyter returns an error like below.
error 2022-01-13 上午11 22
error

@Sirius2713
Copy link

I ran into the same problem before.

The problem resolved after running python -m spacy download en.

@jacyanthis
Copy link
Member

Thanks for raising this, @linhui1020, and for providing a good solution, @Sirius2713. Most similar errors will be due to you missing certain Python content on your local machine, though only a few packages have separate content like this, such as Spacy and its English language model en (also known as en_core_web_sm).

This is the main reason Google Colab is easier for some students, because it has most NLP content already installed so you would rarely get this sort of error.

Also, it may be interesting sometimes to look at the lucem_illud source code, which can be found locally once you install it or on GitHub (e.g., processing.py).

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

3 participants