2016-05-05 2 views
1

スタックレスPythonをインストールしようとしています。私は、アンダースコアの代わりにダッシュでこれらすべてを行っても同じき'stackless_installer_c4_win32'のインデックスページが見つかりませんでした(スペルミスの可能性あり)

pip install stackless-python 
easy_install stackless-python 
python -m pip install stackless-python 

を試してみました。

これらのすべては、この吐く:

Collecting stackless-python 
    Using cached stackless-python-10.0.tar.gz 
    Complete output from command python setup.py egg_info: 
    Couldn't find index page for 'stackless_installer_C4_win32' (maybe misspelle 
d?) 
    No local packages or download links found for stackless_installer_C4_win32<3 
.5.2,>=3.5.1 
    Traceback (most recent call last): 
     File "<string>", line 1, in <module> 
     File "C:\Users\Jacob\AppData\Local\Temp\pip-build-ys5xi1aa\stackless-pytho 
n\setup.py", line 158, in <module> 
     license='Apache License, Version 2.0', 
     File "d:\programs\python\python35-32\lib\distutils\core.py", line 108, in 
setup 
     _setup_distribution = dist = klass(attrs) 
     File "d:\programs\python\python35-32\lib\site-packages\setuptools\dist.py" 
, line 269, in __init__ 
     self.fetch_build_eggs(attrs['setup_requires']) 
     File "d:\programs\python\python35-32\lib\site-packages\setuptools\dist.py" 
, line 313, in fetch_build_eggs 
     replace_conflicting=True, 
     File "d:\programs\python\python35-32\lib\site-packages\pkg_resources\__ini 
t__.py", line 826, in resolve 
     dist = best[req.key] = env.best_match(req, ws, installer) 
     File "d:\programs\python\python35-32\lib\site-packages\pkg_resources\__ini 
t__.py", line 1092, in best_match 
     return self.obtain(req, installer) 
     File "d:\programs\python\python35-32\lib\site-packages\pkg_resources\__ini 
t__.py", line 1104, in obtain 
     return installer(requirement) 
     File "d:\programs\python\python35-32\lib\site-packages\setuptools\dist.py" 
, line 380, in fetch_build_egg 
     return cmd.easy_install(req) 
     File "d:\programs\python\python35-32\lib\site-packages\setuptools\command\ 
easy_install.py", line 634, in easy_install 
     raise DistutilsError(msg) 
    distutils.errors.DistutilsError: Could not find suitable distribution for Re 
quirement.parse('stackless_installer_C4_win32<3.5.2,>=3.5.1') 

    ---------------------------------------- 
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Jacob\Ap 
pData\Local\Temp\pip-build-ys5xi1aa\stackless-python\ 

を私は

pip install -U Distribute 
pip install -U setuptools 

、同様にこれらを実行しているし、すべてが、私はいくつかの同様の問題を自分で持っていた日付

答えて

1

までです。私はhereからMSIパッケージを手に入れたところ、完全にインストールされて動作します。

+0

申し訳ありませんが、これは12ヶ月前に質問されました。 – GSazheniuk

+1

thanks for answering anyway! –

関連する問題