You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my Macbook Pro (macos ventura 13.4) I am not able to install hebspacy (or he_ner_news_trf-3.2.1-py3-none-any.whl).
I recently installed spacy, and also the rust compiler. If I run:
$ pip3 install -U hebspacy
the last few lines of output are:
ERROR: Failed building wheel for sentencepiece
Running setup.py clean for sentencepiece
Building wheel for tokenizers (pyproject.toml) ... done
Created wheel for tokenizers: filename=tokenizers-0.12.1-cp311-cp311-macosx_13_0_universal2.whl size=3917754 sha256=1283867478c19ccc1f5b57611efd5d7fb4203aea519125abf74bfa3b78c5e522
Stored in directory: /Users/colingoldberg/Library/Caches/pip/wheels/7f/24/a6/0645b49cb6ffa12e02d9841bc0f190b7ccaeecb8c09bf1dc32
Successfully built tokenizers
Failed to build sentencepiece
ERROR: Could not build wheels for sentencepiece, which is required to install pyproject.toml-based projects
If I run:
$ pip3 list
hebspacy does not show up.
Thank you for your attention.
Colin Goldberg
The text was updated successfully, but these errors were encountered:
On my Macbook Pro (macos ventura 13.4) I am not able to install hebspacy (or he_ner_news_trf-3.2.1-py3-none-any.whl).
I recently installed spacy, and also the rust compiler. If I run:
$ pip3 install -U hebspacy
the last few lines of output are:
ERROR: Failed building wheel for sentencepiece
Running setup.py clean for sentencepiece
Building wheel for tokenizers (pyproject.toml) ... done
Created wheel for tokenizers: filename=tokenizers-0.12.1-cp311-cp311-macosx_13_0_universal2.whl size=3917754 sha256=1283867478c19ccc1f5b57611efd5d7fb4203aea519125abf74bfa3b78c5e522
Stored in directory: /Users/colingoldberg/Library/Caches/pip/wheels/7f/24/a6/0645b49cb6ffa12e02d9841bc0f190b7ccaeecb8c09bf1dc32
Successfully built tokenizers
Failed to build sentencepiece
ERROR: Could not build wheels for sentencepiece, which is required to install pyproject.toml-based projects
If I run:
$ pip3 list
hebspacy does not show up.
Thank you for your attention.
Colin Goldberg
The text was updated successfully, but these errors were encountered: