[tahoe-dev] zfec 1.4.24 standalone install quickstart?

Leif Ryge leif at synthesize.us
Sat Nov 2 11:41:03 UTC 2013


On Sat, Oct 26, 2013 at 03:29:05AM +0000, Garonda Rodian wrote:
> I'm certain I'm making beginner mistakes, but in my defense, I think I'm simply trying to follow the README.rst after downloading from
> https://pypi.python.org/pypi/zfec
> 
> Is there some pyutil install I'm supposed to do first?
> [...]

Yes, you need pyutil which you can find at https://pypi.python.org/pypi/pyutil
or you can have pip install it for you BUT be careful of older versions of pip
which have a bad habit of downloading code over HTTP or unverified HTTPS.

I just tested and confirmed that zfec installs correctly (and "safely", relying
on HTTPS and PyPI) into a new virtualenv (root not required) using these steps:

wget https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.10.1.tar.gz
tar xf virtualenv-1.10.1.tar.gz
./virtualenv-1.10.1/virtualenv.py ./zfec_venv
source ./zfec_venv/bin/activate
pip install --no-allow-insecure zfec

happy hacking,
~leif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20131102/3b250b9a/attachment.pgp>


More information about the tahoe-dev mailing list