Skip to content

can not install gitpython in offline box #139

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

Closed
justlooks opened this issue Feb 27, 2014 · 2 comments
Closed

can not install gitpython in offline box #139

justlooks opened this issue Feb 27, 2014 · 2 comments
Labels

Comments

@justlooks
Copy link

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

@jantman
Copy link

jantman commented Jul 16, 2014

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.

@Byron Byron added the rejected label Nov 19, 2014
@Byron
Copy link
Member

Byron commented Nov 19, 2014

This issue doesn't relate to git-python, see previous comment.

@Byron Byron closed this as completed Nov 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants