python word2vec not installing
问题 I've been trying to install word2vec on my Windows 7 machine using my Python2.7 interpreter: https://github.com/danielfrg/word2vec I've tried downloading the zip & running python setup.py install from the unzipped directory and running pip install . however in both instances it returns the below errors: Downloading/unpacking word2vec Downloading word2vec-0.5.1.tar.gz Running setup.py egg_info for package word2vec Traceback (most recent call last): File "<string>", line 16, in <module> File "c