Skip to content

"pip wheel" needs to ignore distribute #891

Closed
@hjwp

Description

@hjwp

Let me know if it's too early to be submitting this sort of bug?

$ pip-3.3 wheel "pyramid"
Downloading/unpacking pyramid
  Running setup.py egg_info for package pyramid

Downloading/unpacking distribute (from pyramid)
  Downloading distribute-0.6.36.tar.gz (644kB): 644kB downloaded
  Running setup.py egg_info for package distribute
    Traceback (most recent call last):
      File "<string>", line 3, in <module>
      File "./setuptools/__init__.py", line 2, in <module>
        from setuptools.extension import Extension, Library
      File "./setuptools/extension.py", line 5, in <module>
        from setuptools.dist import _get_unpatched
      File "./setuptools/dist.py", line 103
        except ValueError, e:
                         ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 3, in <module>

  File "./setuptools/__init__.py", line 2, in <module>

    from setuptools.extension import Extension, Library

  File "./setuptools/extension.py", line 5, in <module>

    from setuptools.dist import _get_unpatched

  File "./setuptools/dist.py", line 103

    except ValueError, e:

                     ^

SyntaxError: invalid syntax

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-root/distribute
Storing complete log in /root/.pip/pip.log

regular pip-3.3 install works fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions