Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

doesn't work with latest pip #9

@zsol

Description

@zsol

I tried pypa/pip@b2874f5 since that fixes an issue with pip and git > 1.8.3.
This is what I got:

raceback (most recent call last):
  File "/Users/zsol/.prezi/presentationservice/bin/sb", line 9, in <module>
    load_entry_point('snakebasket==2.0.0', 'console_scripts', 'sb')()
  File "/Users/zsol/.prezi/presentationservice/src/snakebasket/snakebasket/main.py", line 5, in main
    install_pip_patches()
  File "/Users/zsol/.prezi/presentationservice/src/snakebasket/snakebasket/main.py", line 9, in install_pip_patches
    from snakebasket.commands import install
  File "/Users/zsol/.prezi/presentationservice/src/snakebasket/snakebasket/commands/install.py", line 13, in <module>
    from pip.backwardcompat import home_lib
ImportError: cannot import name home_lib

We will need this if we plan to use recent git versions. Right now the version that brew install git sets up does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions