Skip to content

pip on Python 3.3.0a3 fails to load VCS modules in pip.vcs #556

@msabramo

Description

@msabramo
~/dev/git-repos/lexicon$ .tox/py33/bin/pip install -e git+https://github.com/msabramo/spec.git@python-3#egg=spec
For --editable=git+https://github.com/msabramo/spec.git@python-3#egg=spec only  is currently supported
Storing complete log in /Users/marca/.pip/pip.log

pip does not know about git or any of the other pip.vcs modules.

This seems likely to be a bug in Python 3.3; probably in either pkgutil.walk_packages (what pip uses to discover available modules) or more likely, the new importer stuff for PEP 420 -- see http://bugs.python.org/issue14982

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-lockedOutdated issues that have been locked by automation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions