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?

ERROR: HTTP error 404 while getting https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/main/en_core_med7_lg-3.4.2.1-py3-none-any.whl
ERROR: Could not install requirement en-core-med7-lg==3.4.2.1 from https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/main/en_core_med7_lg-3.4.2.1-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/main/en_core_med7_lg-3.4.2.1-py3-none-any.whl for URL https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/main/en_core_med7_lg-3.4.2.1-py3-none-any.whl

It Raised above error , after change to en_core_med7_lg-3.4.2.1-py3-none-any.whl

It's not been merged into the main branch yet - so if you're installing it, either use the original method, or use a link to the PR branch this is on (if this branch gets merged, it might stop working, and wouldn't receive future updates, so use with caution):

pip install https://huggingface.co/kormilitzin/en_core_med7_lg/resolve/refs%2Fpr%2F3/en_core_med7_lg-3.4.2.1-py3-none-any.whl
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment