Bug 984396

Summary: "Could not find suitable distribution for 'gevent'" error shows when git push or restore snapshot for python2.7 app.
Product: OpenShift Online Reporter: Lei Zhang <lzhang>
Component: ContainersAssignee: Hiro Asari <hasari>
Status: CLOSED DUPLICATE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.xCC: jkeck, rmillner, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-15 19:44:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lei Zhang 2013-07-15 06:42:10 UTC
Description of problem:
Given a normal python2.7 app, change something in local repo and git push. error is shown.
remote: Couldn't find index page for 'gevent' (maybe misspelled?)
remote: Scanning index of all packages (this may take a while)
remote: Reading http://mirror1.ops.rhcloud.com/mirror/python/web/simple/
remote: No local packages or download links found for gevent
remote: error: Could not find suitable distribution for Requirement.parse('gevent')
remote:  - Done processing setup.py


When python-2.7 app do restore, also has this error:
ERROR:  database "mypython27" already exists
Couldn't find index page for 'gevent' (maybe misspelled?)
No local packages or download links found for gevent
error: Could not find suitable distribution for Requirement.parse('gevent')

Version-Release number of selected component (if applicable):
devenv-stage-404

How reproducible:
always

Steps to Reproduce:
1. create a normal python-2.7 app.  
2. change something in local repo and git push 
3. or do snapshot save and restore snapshot 

Actual results:
Error "Could not find suitable distribution for Requirement.parse('gevent')" shows

Expected results:
No error message should be shown.

Additional info:

Comment 1 Hiro Asari 2013-07-15 19:44:52 UTC
Our mirror needs to be fixed. Marking as duplicate.

*** This bug has been marked as a duplicate of bug 981150 ***