Mac install failing

This worked a treat for me, I'm on MacOS Big Sur 11.2, with the M1 processor

I pip installed spacy, watched what the spacy wheel was called and used that naming for the prodigy wheel. Changed the filename from

prodigy-1.10.7-cp36.cp37.cp38-cp36m.cp37m.cp38-macosx_10_14_x86_64.whl

to

prodigy-1.10.7-cp39-cp39-macosx_10_9_x86_64.wh

And installed with pip3 install ML/prodigy*.whl

@macaque did you give a go?

:boom:

[UPDATE]

Ran into issues with Python 3.9 (as mentioned here: Annotating dependecies for very long sentences - #5 by APagano) so downgraded to 3.8. Had to pip install spacy again to see what filename that used, this was what worked for me now:

prodigy-1.10.7-cp38-cp38-macosx_10_9_x86_64.whl

1 Like