explosion / sense2vec

🦆 Contextually-keyed word vectors
https://explosion.ai/blog/sense2vec-reloaded
MIT License
1.62k stars 240 forks source link

No Build for m1 Mac #145

Closed ahmedjamshed closed 2 years ago

ahmedjamshed commented 2 years ago

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

adrianeboyd commented 2 years ago

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...

ahmedjamshed commented 2 years ago

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