python開発のannacondaとwin 7でgensimをインストールする方法


一、Anacondaの設置をおすすめします。
公式紹介:Anaconda is a compleetely free Python distribution.It including for commerical use and redistring.It includers more than 400 of the most popur Python package for science,math,enginese ring,and days sita。 
ダウンロードページ:https://www.continuum.io/downloads
Pythonのモジュールの一部は単独でインストールするのが大変かもしれません。Anacondaでは多くの一般的なモジュールが集積されていて、とても便利です。
Anacondaをインストールする前にpythonをインストールする必要はありません。Python、IPython、統合開発環境Spyder、カバンなどを持っています。 
アナコンダが持参したconda命令:

#       
conda list
#     
conda install scipy
#     
conda update scipy
#       
conda update --all
#   Anaconda
conda update conda
conda update anaconda

二、gensim取付
word 2 vecを使うことを学ぶ必要があるので、gensimモジュールをインストールします。
伝統的なpythonでgensimライブラリをインストールする時、依存するライブラリが多いため、多くの教程を試してみましたが、失敗しました。
上にAnacondaを取り付けてから、直接pip install gensimで成功しました。
以上が本文の全部です。皆さんの勉強に役に立つように、私たちを応援してください。