Changes between Initial Version and Version 8 of Ticket #2032
- Timestamp:
- 2013-07-26T06:04:56Z (12 years ago)
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 3 The command `pip install allmydata-tahoe` fails because of a bug in the `Nevow` dependency. 4 5 **Known workaround:** 6 7 Install `twisted` first with pip. This works for me: 8 9 {{{ 10 $ pip install twisted && pip install allmydata-tahoe 11 }}} 12 13 **Details:** 2 14 3 15 It appears related to `Nevow`. I'm hopping on `#twisted` to ask for advice.