[問題] 安裝gensim包出現問題

看板Python作者 (機機勳)時間11年前 (2014/11/23 01:29), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
我之前在別台電腦已經裝過gensim這個套件了 但是現在要在我的筆電上裝它,卻出現以下的訊息 想請問這是怎麼回事呢..? (系統Win7 64bit) C:\Python27\Scripts>easy_install gensim Searching for gensim Reading https://pypi.python.org/simple/gensim/ Best match: gensim 0.10.3 Downloading https://pypi.python.org/packages/source/g/gensim/gensim-0.10.3.tar.g z#md5=0a9c0986d9b6c1d3f88135afa3da2230 Processing gensim-0.10.3.tar.gz Writing c:\users\user\appdata\local\temp\easy_install-z53tpg\gensim-0.10.3\setup .cfg Running gensim-0.10.3\setup.py -q bdist_egg --dist-dir c:\users\user\appdata\loc al\temp\easy_install-z53tpg\gensim-0.10.3\egg-dist-tmp-ivp7hr warning: no files found matching '*.sh' under directory '.' no previously-included directories found matching 'docs\src*' [u'path'] an integer is required Traceback (most recent call last): File "C:\Python27\Scripts\easy_install-script.py", line 9, in <module> load_entry_point('setuptools==7.0', 'console_scripts', 'easy_install')() File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 2147 , in main File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 2133 , in with_ei_usage File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 2150 , in <lambda> File "C:\Python27\lib\distutils\core.py", line 151, in setup dist.run_commands() File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands self.run_command(cmd) File "C:\Python27\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 370, in run File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 613, in easy_install File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 643, in install_item File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 833, in install_eggs File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 1055 , in build_and_install File "build\bdist.win-amd64\egg\setuptools\command\easy_install.py", line 1040 , in run_setup File "build\bdist.win-amd64\egg\setuptools\sandbox.py", line 68, in run_setup File "build\bdist.win-amd64\egg\setuptools\sandbox.py", line 114, in run File "build\bdist.win-amd64\egg\setuptools\sandbox.py", line 67, in runner File "build\bdist.win-amd64\egg\setuptools\sandbox.py", line 43, in _execfile File "c:\users\user\appdata\local\temp\easy_install-z53tpg\gensim-0.10.3\setup .py", line 166, in <module> File "C:\Python27\lib\distutils\core.py", line 151, in setup dist.run_commands() File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands self.run_command(cmd) File "C:\Python27\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() File "build\bdist.win-amd64\egg\setuptools\command\bdist_egg.py", line 161, in run File "build\bdist.win-amd64\egg\setuptools\command\bdist_egg.py", line 147, in call_command File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command self.distribution.run_command(command) File "C:\Python27\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() File "build\bdist.win-amd64\egg\setuptools\command\install_lib.py", line 10, i n run File "C:\Python27\lib\distutils\command\install_lib.py", line 111, in build self.run_command('build_ext') File "C:\Python27\lib\distutils\cmd.py", line 326, in run_command self.distribution.run_command(command) File "C:\Python27\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() File "c:\users\user\appdata\local\temp\easy_install-z53tpg\gensim-0.10.3\setup .py", line 71, in run TypeError: an integer is required 不管用easy_install或是pip或是python setup.py 結果都是一樣 我已經忘記之前是怎麼裝在別台電腦上的 誰可以救救我~ -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 61.228.70.68 ※ 文章網址: http://www.ptt.cc/bbs/Python/M.1416677345.A.0C0.html
文章代碼(AID): #1KSCVX30 (Python)
文章代碼(AID): #1KSCVX30 (Python)