#627: "pip install -r requirements.txt" step fails
--------------------------+-----------------------
  Reporter:  ChrisHarris  |      Owner:  nobody
      Type:  defect       |     Status:  new
  Priority:  major        |  Milestone:  Release 8
 Component:  installer    |    Version:  0.6.0
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by gjm):

 OK, so I think that this can be replicated as follows:

 {{{
 virtualenv testenv
 source testenv/bin/activate
 pip install pip --upgrade
 pip install pytz
 }}}

 As an alternative to using {{{--pre}}} we could be specifying the version
 of pytz:

 {{{
 pip install pytz==2013b
 }}}

 and so a similar specification of the version in the requirements files
 should work.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/627#comment:7>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Reply via email to