Changes between Initial Version and Version 8 of Ticket #2032


Ignore:
Timestamp:
2013-07-26T06:04:56Z (12 years ago)
Author:
nejucomo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2032

    • Property Priority changed from normal to major
  • Ticket #2032 – Description

    initial v8  
    1 I used to be able to successfully run `pip install allmydata-tahoe` in a fresh virtualenv, but this now fails as of 1.10.0.
     1**Synopsis:**
     2
     3The command `pip install allmydata-tahoe` fails because of a bug in the `Nevow` dependency.
     4
     5**Known workaround:**
     6
     7Install `twisted` first with pip.  This works for me:
     8
     9{{{
     10$ pip install twisted && pip install allmydata-tahoe
     11}}}
     12
     13**Details:**
    214
    315It appears related to `Nevow`.  I'm hopping on `#twisted` to ask for advice.