【问题标题】:Couldn't find index page for 'stackless_installer_c4_win32' (maybe misspelled?)找不到“stackless_installer_c4_win32”的索引页(可能拼写错误?)
【发布时间】:2016-05-05 07:30:02
【问题描述】:

我正在尝试安装无堆栈 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

一切都是最新的

【问题讨论】:

    标签: python pip python-stackless


    【解决方案1】:

    我自己也遇到过一些类似的问题。我最终从here 获得了 MSI 包,它安装并运行良好。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-08-04
      • 1970-01-01
      • 2021-02-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-07-25
      相关资源
      最近更新 更多