Rename `en_core_med7_lg-any-py3-none-any.whl` to `en_core_med7_lg-3.4.2.1-py3-none-any.whl` to work with new versions of Pip

#3

Pip now only allows version numbers that follow pep 440 in the wheel filename. The any version at present prevents new versions of pip installing the wheel.

Heya, not able to us this even after renaming to en_core_med7_lg-3.4.2.1-py3-none-any.whl.
Even the tar on dropbox has issues with:
1.The spacy version, which i modified to >=3.4.2,<3.5.0 on the meta.json,
2. But then it was looking for a config.cfg file not looking for the meta.json. When making a cfg file based on the meta.json , it doesn't find a nlp section so it doesn't work.
[E985] Can't load model from config file: no [nlp] section found.

Help?

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment