-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Error while installing GitPython #58043
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
Comments
Does this work for you?
|
@ronak2303 I could not reproduce this. I tried on master and 19.2.3.3 Do you have your proxy setup right? |
hi cmcmarrow,
Function: pip.installed |
hi McMarrow, i am running python 2.7 and linux 7.7 |
@ronak2303 I tried your steps to reproduce. Still no luck :( Next I will install
|
@ronak2303 let me know if you are willing to setting up a call between you and @cmcmarrow so he can reproduce and get this fixed. I am happy to help coordinate. |
@cmcmarrow I believe this issue comes from some unresolved dependencies with the gitdb and gitdb2 libraries not being installed properly. I worked through this and was eventually able to solve by uninstall GitPython, gitdb, and gitdb2. Then I installed the latest version of GitPython. These steps were taken according to the information I found here. |
@ronak2303 I heard Ken was able to help you with your problem. For now I will close the issue but if you still need help you I believe you can reopen it. |
Uh oh!
There was an error while loading. Please reload this page.
Description of Issue
i am trying to install GitPython for to handle my git repository. i also have tried installing python3 and pip3 but still same error.
error i am getting as below.
Setup
i have top.sls with below code.
base:
'wh-*':
- gitsetup
i have my gitsetup.sls as below.
git:
pkg.installed
GitPython:
pip.installed:
- name: GitPython < 2.0.9
- proxy: http://<>
- upgrade: True
Steps to Reproduce Issue
above is the code i have and its keep failing.
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)Salt Version:
Salt: 2019.2.4
Dependency Versions:
cffi: 1.14.1
cherrypy: unknown
dateutil: 1.5
docker-py: Not Installed
gitdb: 4.0.5
gitpython: Not Installed
ioflo: Not Installed
Jinja2: 2.7.2
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: 0.21.1
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.5.6
mysql-python: Not Installed
pycparser: 2.20
pycrypto: 2.6.1
pycryptodome: Not Installed
pygit2: Not Installed
Python: 2.7.5 (default, Jun 11 2019, 14:33:56)
python-gnupg: Not Installed
PyYAML: 3.10
PyZMQ: 15.3.0
RAET: Not Installed
smmap: 3.0.4
timelib: Not Installed
Tornado: 4.2.1
ZMQ: 4.1.4
System Versions:
dist: redhat 7.7 Maipo
locale: UTF-8
machine: x86_64
release: 3.10.0-1062.4.3.el7.x86_64
system: Linux
version: Red Hat Enterprise Linux Server 7.7 Maipo
all master and minion on same version
Master:
2019.2.4
Up to date:
----------
minion1:
2019.2.4
minion2:
2019.2.4
minon3: -- this is master as well.
2019.2.4
The text was updated successfully, but these errors were encountered: