You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
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.