Closed sarthusarth closed 5 years ago
install sense2vec using setup.py after cloning the git. This error comes when you try to use pip install.
This sounds like you've ended up with the wrong version installed. The files on master refer to the latest alpha, so you need to tell pip to install that explicitly: pip install sense2vec==1.0.0a1.
master
pip
pip install sense2vec==1.0.0a1
install sense2vec using setup.py after cloning the git. This error comes when you try to use pip install.