"spacy init vectors" fails with AttributeError #9586
-
How to reproduce the behaviourI need to load vectors from a file in word2vec format (named glove.6B.50d.v2w in my example). (The full traceback will be attached in a separate file, as well as my glove.6B.50d.v2w. Info about spaCy
Tensorflow related packages:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Beta Was this translation helpful? Give feedback.
-
It looks like is too large for Github. I zipped it and made it available from the following link: https://drive.google.com/file/d/1BQEHqOsv9BnafEPjDYdAMcOeOxTfNlZk/view?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Got the same errors after just rebuilding existing builds with fixed versions... Yeah, i see that |
Beta Was this translation helpful? Give feedback.
thinc
tries to import tensorflow if it's available, but it looks like something has gone wrong with your tensorflow installation. You don't need tensorflow for spacy orinit vectors
, so the same command in a venv without tensorflow should work fine.