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
Linchpin 1.7.6.2 fails on RHEL 7.6 with Python 2.7:
Traceback (most recent call last):
File "/usr/bin/linchpin", line 7, in
from linchpin.shell import runcli
File "/usr/lib/python2.7/site-packages/linchpin/init.py", line 19, in
from linchpin.hooks.state import State
File "/usr/lib/python2.7/site-packages/linchpin/hooks/init.py", line 52, in
import git
File "/usr/lib/python2.7/site-packages/git/init.py", line 46, in
from git.repo import Repo # @nomove @IgnorePep8
File "/usr/lib/python2.7/site-packages/git/repo/init.py", line 4, in
from .base import *
File "/usr/lib/python2.7/site-packages/git/repo/base.py", line 7, in
from builtins import str
ImportError: No module named builtins
To Reproduce
Steps to reproduce the behavior:
on RHEL 7.6, install linchpin 1.7.6.2 - pip install linchpin==1.7.6.2
linchpin -w linchpin-openstack -p PinFile.fedora --creds-path linchpin-openstack/credentials -v up Expected behavior
Will not fail on missing module
The text was updated successfully, but these errors were encountered:
Describe the bug
Linchpin 1.7.6.2 fails on RHEL 7.6 with Python 2.7:
Traceback (most recent call last):
File "/usr/bin/linchpin", line 7, in
from linchpin.shell import runcli
File "/usr/lib/python2.7/site-packages/linchpin/init.py", line 19, in
from linchpin.hooks.state import State
File "/usr/lib/python2.7/site-packages/linchpin/hooks/init.py", line 52, in
import git
File "/usr/lib/python2.7/site-packages/git/init.py", line 46, in
from git.repo import Repo # @nomove @IgnorePep8
File "/usr/lib/python2.7/site-packages/git/repo/init.py", line 4, in
from .base import *
File "/usr/lib/python2.7/site-packages/git/repo/base.py", line 7, in
from builtins import str
ImportError: No module named builtins
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Will not fail on missing module
The text was updated successfully, but these errors were encountered: