Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set version of gitdb2 #1621

Closed
wants to merge 1 commit into from
Closed

Conversation

14rcole
Copy link
Collaborator

@14rcole 14rcole commented Feb 19, 2020

Fixes #1613

Copy link
Contributor

@johnbieren johnbieren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed it for me 👍

@samvarankashyap
Copy link
Collaborator

[test]

Signed-off-by: Ryan Cole <rycole@redhat.com>
@samvarankashyap
Copy link
Collaborator

samvarankashyap commented Feb 20, 2020

@14rcole
failed linchpin installation on centos7

Collecting gitdb2==3.0.1(from linchpin==1.10.0)
  ​ERROR: Could not find a version that satisfies the requirement gitdb2==3.0.1 (from linchpin==1.10.0) (from versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6)
ERROR: No matching distribution found for gitdb2==3.0.1 (from linchpin==1.10.0)
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

@johnbieren
Copy link
Contributor

johnbieren commented Feb 20, 2020

@14rcole
failed linchpin installation on centos7

Collecting gitdb2==3.0.1(from linchpin==1.10.0)
  ​ERROR: Could not find a version that satisfies the requirement gitdb2==3.0.1 (from linchpin==1.10.0) (from versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6)
ERROR: No matching distribution found for gitdb2==3.0.1 (from linchpin==1.10.0)
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

interesting. I am on rhel-8.1. I wonder if linchpin-1.10 works with libvirt on centos7

(linchpin) [user@host ~]$ pip freeze | grep gitdb2
gitdb2==3.0.1

@samvarankashyap
Copy link
Collaborator

@johnbieren @14rcole
Linchpin libvirt does not work on cento7 python3 environments
because of ansible template module which needs python3-libselinux is not available on centos7.7
If running on python 2.x versions linchpin should work.

@samvarankashyap
Copy link
Collaborator

No longer required since gitpython dependency is updated

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

Successfully merging this pull request may close these issues.

ImportError: cannot import name 'string_types'
3 participants