Packaging change and spaCy version update
#2
pinned
by
BayanDuygu
- opened
Hello all users of spaCy Turkish models,
Recently there was a change in .whl layout. Meanwhile also an update to spaCy version, now the package's metadata changed to spacy version > 3.8.0 . Hence during the model import into Python you might see a small message about package was done with an older version of spaCy, but please discard it.
If you'll newly download the packages, you don't have to do anything.
If you already downloaded the package and running, most probably you don't need to do anything. Yet if you happen to have any problems, please do a
pip install -U setuptools
pip uninstall tr_core_news_md
pip cache purge # clean the old model file , do this step for a clean start
Then install the .whl as usual.
Cheers and happy coding!
BayanDuygu
pinned discussion