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

doesn't work with latest pip #9

Open
zsol opened this issue May 30, 2013 · 8 comments
Open

doesn't work with latest pip #9

zsol opened this issue May 30, 2013 · 8 comments
Labels

Comments

@zsol
Copy link
Contributor

zsol commented May 30, 2013

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.

@neumark
Copy link
Contributor

neumark commented May 30, 2013

This was something we planned to do anyway, perhaps now's the time to do it.
I tried using a newer pip version with snakebasket, and I saw most of the
tests broke, but I didn't debug why. Maybe this was the reason.
I'll talk to Ryan about when we can do something with this.

On Thu, May 30, 2013 at 5:17 PM, Zsolt Dollenstein <[email protected]

wrote:

I tried pypa/pip@b2874f5pypa/pip@b2874f500bb4562899804a8ab3fa5c204db43fc6since 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
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
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.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9
.

Peter Neumark
Developer at Prezi http://prezi.com

@pierrei
Copy link

pierrei commented Nov 22, 2013

Any news on this?

@neumark
Copy link
Contributor

neumark commented Nov 22, 2013

No, but we can talk about this whenever :)

On Fri, Nov 22, 2013 at 11:09 AM, Pierre Ingmansson <
[email protected]> wrote:

Any news on this?


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-29061966
.

Peter Neumark
DevOps guy @prezi http://prezi.com

@ryanalane
Copy link
Contributor

I thought we had fixed the git 1.8.3 compatibility problems here: 9e32c31). @pierrei But maybe it's pip 1.4.1 that it's not compatible with?

@neumark Happy to help if you're booked with end-of-semester work. Just let me know. :)

@neumark
Copy link
Contributor

neumark commented Nov 26, 2013

Hey man!
I'm totally swamped at the moment. If you could take a look at it, that
would be awesome!
I guess a github issue is not the best forum for this, but how is life
treating you these days?

Pete

On Mon, Nov 25, 2013 at 9:47 PM, Ryan Lane [email protected] wrote:

I thought we had fixed the git 1.8.3 compatibility problems here: 9e32c319e32c31).
@pierrei https://github.com/pierrei But maybe it's pip 1.4.1 that it's
not compatible with?

@neumark https://github.com/neumark Happy to help if you're booked with
end-of-semester work. Just let me know. :)


Reply to this email directly or view it on GitHubhttps://github.com//issues/9#issuecomment-29240380
.

Peter Neumark
DevOps guy @prezi http://prezi.com

@stanhu
Copy link
Contributor

stanhu commented Feb 27, 2014

It looks like home_lib was removed in lieu of pip.locations.distutils_scheme:

pypa/pip@fd933a9#diff-952c5880d8883478bb245e327f7f85cd

It looks like a similar change is in order.

stanhu pushed a commit to stanhu/snakebasket that referenced this issue Feb 28, 2014
stanhu pushed a commit to stanhu/snakebasket that referenced this issue Feb 28, 2014
@rzr
Copy link

rzr commented Mar 23, 2021

Is project still maintained ?

@neumark
Copy link
Contributor

neumark commented Mar 23, 2021

Hi @rzr !
To the best of my knowledge snakebasket is no longer maintained.
Sorry I couldn't say anything more useful.
Best,
Peter

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants