I've installed python 2.7 numpy and scipy in windows. Now inorder to install gensim, when i run setup.py
python setup.py, i get the following errors.
Traceback (most recent call last):
File "G:\gensim-0.9.0.tar\dist\gensim-0.9.0\setup.py", line 20, in <module>
ez_setup.use_setuptools()
File "G:\gensim-0.9.0.tar\dist\gensim-0.9.0\ez_setup.py", line 132, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "G:\gensim-0.9.0.tar\dist\gensim-0.9.0\ez_setup.py", line 110, in _do_download
to_dir, download_delay)
File "G:\gensim-0.9.0.tar\dist\gensim-0.9.0\ez_setup.py", line 290, in download_setuptools
downloader(url, saveto)
File "G:\gensim-0.9.0.tar\dist\gensim-0.9.0\ez_setup.py", line 197, in download_file_curl
_clean_check(cmd, target)
File "G:\gensim-0.9.0.tar\dist\gensim-0.9.0\ez_setup.py", line 160, in _clean_check
subprocess.check_call(cmd)
File "C:\Python27\lib\subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)
What do i need to do inorder to install Gensim successfully in windows ?
Please help me.