[tahoe-lafs-trac-stream] [Tahoe-LAFS] #517: make tahoe Tor- and I2P-friendly
Tahoe-LAFS
trac at tahoe-lafs.org
Tue Apr 19 02:48:17 UTC 2016
#517: make tahoe Tor- and I2P-friendly
-------------------------+-------------------------------------------------
Reporter: warner | Owner: warner
Type: | Status: new
enhancement |
Priority: minor | Milestone: 1.12.0
Component: code- | Version: 1.2.0
network | Keywords: privacy anonymity anti-censorship
Resolution: | i2p tor-protocol usability
Launchpad Bug: |
-------------------------+-------------------------------------------------
Comment (by meejah):
I tried running with the two branches above but either get import errors
(during unit-tests) like:
{{{
from foolscap.connection_plugins import SOCKS5
exceptions.ImportError: cannot import name SOCKS5
}}}
...which leads me to believe it's picking up the wrong foolscap. But if I
`pip install -e src/foolscap` which is at `tor-client-plugin.3` then I get
version errors from `tahoe` like:
{{{
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.VersionConflict: (foolscap 0.6.4+169.g18e6dd9
(/home/mike/src/foolscap/src), Requirement.parse('foolscap>=0.10.1'))
}}}
Do I have the wrong branches checked out?
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/517#comment:73>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list