spacy.training doesn't get recognized #7070
Answered
by
svlandeg
saguillo2000
asked this question in
Help: Other Questions
-
How to reproduce the problemI tried to reinstall all, but the problem is that the package training is installed in the spacy package, and I don't know why it isn't recognized. I tried also Google Collab and displays the same issue:# Cannot find reference 'training' in '__init__.py | __init__.py' PyCharm
|
Beta Was this translation helpful? Give feedback.
Answered by
svlandeg
Feb 15, 2021
Replies: 1 comment 7 replies
-
The line in the screenshot isn't finished, because it says What happens when you try this?
|
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The line in the screenshot isn't finished, because it says
from spacy.training
but it should be followed with animport ...
to specify what exactly you want to import.What happens when you try this?