explosion/sense2vec

No Build for m1 Mac

ahmedjamshed opened this issue · 2 comments

Is it possible to install it on m1 Mac directly, without using rosetta? Tried miniforge with no luck!

Do you mean installing spacy and its dependencies? spacy should be provided from conda-forge through miniforge (conda install -c conda-forge spacy), but you'd need to install sense2vec with pip. It's a python-only package, so it doesn't have platform-dependent wheels or packages.

Without more specific error messages it's hard to know where the problem might be...

I found a solution, so I think it's working fine now. Thanks!