shon-otmazgin / fastcoref

MIT License
142 stars 25 forks source link

pip install fastcoref[train] not working #29

Closed shon-otmazgin closed 1 year ago

shon-otmazgin commented 1 year ago

@ariecattan @aryehgigi

I released new version after the merges. not we have fastcoref 2.1.3 on PypI. But, pip install fastcoref[train] dosent work

aryehgigi commented 1 year ago

for me it works.. image image

can you share the error message? @shon-otmazgin

shon-otmazgin commented 1 year ago

@aryehgigi what I am doing wrong?

image

aryehgigi commented 1 year ago

i think its because you are using zsh, try adding quots: pip install 'fastcoref[train]' and see this answer for full explaination

shon-otmazgin commented 1 year ago

works ! thanks!!