找不到'stackless_installer_c4_win32'的索引页(可能拼写错误?)

时间:2016-05-05 07:30:02

标签: python pip python-stackless

我正在尝试安装无堆栈的python。我试过了

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 个答案:

答案 0 :(得分:1)

我自己也遇到过类似的问题。我最终从here获得了MSI包,它安装完毕并且工作正常。