Closed RacheleSprugnoli closed 4 months ago
FYI you'll only need to install the packages in requirements.txt
if you're trying to reproduce the baselines from the paper, otherwise the requirements in setup.py
are enough: https://github.com/segment-any-text/wtpsplit/blob/cfd5e24411d8c658b3000af0c62b6602a6c955ca/setup.py#L10-L21
In case that is what you are trying to do, this seems like an issue with SpaCy, you could try e.g. the solution here or upgrading SpaCy.
I double-checked installing wtpsplit and then requirements.txt (which, as Benjamin noted, are only necessary when reproducing baselines/adaptation to target domains). There was an issue with one package that is not really needed. It is removed in 2.0.5
; please upgrade.
I tried this in a fresh conda environment: pip install wtpsplit
, then pip install -r requirements.txt
. I got no pip errors (You can ignore the one related to adapters).
Hello! When installing the requirements (pip install -r requirements.txt) I have the following error (the first of a long list indeed...):
Any suggestions on how to solve it? Thanks in advance, Rachele