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
i install gitpython on a offline box but failed here is information
Installed /usr/lib/python2.6/site-packages/GitPython-0.3.2.RC1-py2.6.egg
Processing dependencies for GitPython==0.3.2.RC1
Searching for gitdb>=0.5.1
Reading http://pypi.python.org/simple/gitdb/
Download error: [Errno -2] Name or service not known -- Some packages may not be found!
Reading http://pypi.python.org/simple/gitdb/
Download error: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'gitdb' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or download links found for gitdb>=0.5.1
error: Could not find suitable distribution for Requirement.parse('gitdb>=0.5.1')
[root@saltmaster git-python]# echo $?
1
The text was updated successfully, but these errors were encountered:
You can't install offline unless all dependencies are present - pip isn't magic, if the dependencies aren't satisfied, it will try to download them. If you want to install offline, you'll first need to install gitdb, and any other dependencies that you don't have yet.
i install gitpython on a offline box but failed here is information
Installed /usr/lib/python2.6/site-packages/GitPython-0.3.2.RC1-py2.6.egg
Processing dependencies for GitPython==0.3.2.RC1
Searching for gitdb>=0.5.1
Reading http://pypi.python.org/simple/gitdb/
Download error: [Errno -2] Name or service not known -- Some packages may not be found!
Reading http://pypi.python.org/simple/gitdb/
Download error: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'gitdb' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or download links found for gitdb>=0.5.1
error: Could not find suitable distribution for Requirement.parse('gitdb>=0.5.1')
[root@saltmaster git-python]# echo $?
1
The text was updated successfully, but these errors were encountered: