pip on Python 3.3.0a3 fails to load VCS modules in pip.vcs · Issue #556 · pypa/pip (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@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