Changes between Initial Version and Version 1 of Ticket #2570
- Timestamp:
- 2015-11-16T05:35:58Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2570 – Description
initial v1 1 On a debian system I'm unable to successfully run {{{pip install allmydata-tahoe}}} due to a compilation error while installing ` `pyOpenSSL``. However, if I first run {{{pip install PyOpenSSL}}} and *then* {{{pip install allmydata-tahoe}}} then this succeeds.1 On a debian system I'm unable to successfully run {{{pip install allmydata-tahoe}}} due to a compilation error while installing `pyOpenSSL`. However, if I first run {{{pip install PyOpenSSL}}} and *then* {{{pip install allmydata-tahoe}}} then this succeeds. 2 2 3 Notice how in the first case the package which fails to install is called ` `pyOpenSSL`` but in the second sequence of commands, the package requested is ``PyOpenSSL`` with an initial capital ``P``. Is this the difference? Can we change the dependencies of tahoe-lafs to refer to the successfully installing pacakage?3 Notice how in the first case the package which fails to install is called `pyOpenSSL` but in the second sequence of commands, the package requested is `PyOpenSSL` with an initial capital `P`. Is this the difference? Can we change the dependencies of tahoe-lafs to refer to the successfully installing pacakage? 4 4 5 Here's the first attempt to install ` `allmydata-tahoe``:5 Here's the first attempt to install `allmydata-tahoe`: 6 6 7 7 {{{ … … 85 85 }}} 86 86 87 If I install ` `PyOpenSSL`` (with a capital ``P``) directly first, then I *can* install ``allmydata-tahoe``, as seen here:87 If I install `PyOpenSSL` (with a capital `P`) directly first, then I *can* install `allmydata-tahoe`, as seen here: 88 88 89 89 {{{