Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Installing html5lib in a fresh venv fails if setuptools is not up to date #280

Closed
@jraby

Description

@jraby

Since#263 has been merged, it is not possible to install/upgrade setuptools at the same time as html5lib.

For example this fails:

cat >req.txt <<EOFsetuptools>=18.5html5libEOFvirtualenv testenvtestenv/bin/pip install -r req.txtCollecting setuptools>=18.5 (from -r req.txt (line 1))  Using cached setuptools-24.0.3-py2.py3-none-any.whlCollecting html5lib (from -r req.txt (line 2))  Using cached html5lib-0.999999999.tar.gz    Complete output from command python setup.py egg_info:    html5lib requires setuptools version 18.5 or above; please upgrade before installing (you have 18.2)    ----------------------------------------Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/49/p3xmv77x6fnb2lwl5kpvmvs40000gp/T/pip-build-0vYISn/html5libYou are using pip version 7.1.2, however version 8.1.2 is available.You should consider upgrading via the 'pip install --upgrade pip' command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp