Thanks Dominic, Flavio sent me a patch to fix this, I've tested it and it looks good.
I've pushed a new package up to the pypi testing site if you'd like to give it a try: pip install --user -i https://testpypi.python.org/pypi python-qpid-proton One Caveat: the new package is named "python-qpid-proton-0.9.1rc2" - some older versions of pip can't handle the version format and will fail to find the package. I've used pip 7.0.1 without a problem. If you can't upgrade pip, download the tar file directly and try to pip install that. ----- Original Message ----- > From: "Dominic Evans" <[email protected]> > To: [email protected] > Cc: [email protected] > Sent: Tuesday, May 26, 2015 5:55:04 PM > Subject: Re: Candidate python-qpid-proton 0.9.1 is available for testing at > TestPyPi > > -----Ken Giusti <[email protected]> wrote: ----- > > I've pushed a candidate source package for python-qpid-proton to the > > TestPyPi repository. > > > > This source package includes Flavio's patch that pulls down the > > Proton C sources if needed. > > > > You can download it via pip like so: > > > > pip install -i https://testpypi.python.org/pypi python-qpid-proton > > > > Take it for a spin - kick the tires (or is that 'tyres'?). Drive it > > like you stole it. > > > > If it looks good I'll push the official package up to the real PyPi > > site. > > Thanks Ken. Doesn't appear to work for me with pip --user, as it tries to > install to /usr rather than putting the proton binaries under ~/.local > > > > > pip install --user -i https://testpypi.python.org/pypi python-qpid-proton > > > > <SNIP> > > > > Install the project... > > > > -- Install configuration: "RelWithDebInfo" > > > > CMake Error at cmake_install.cmake:36 (file): > > > > file cannot create directory: /usr/share/proton-0.9. Maybe need > > > > administrative privileges. > > > > Makefile:85: recipe for target 'install' failed > > > > make: *** [install] Error 1 > > > > Fatal: Error while running cmake > > > > run 'setup.py build --help' for build options > > > > ---------------------------------------- > > Cleaning up... > > Command /usr/bin/python -c "import setuptools, > > tokenize;__file__='/tmp/pip-build-0NGgHr/python-qpid-proton/setup.py';exec(compile(getattr(tokenize, > > 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" > > install --record /tmp/pip-Huplfa-record/install-record.txt > > --single-version-externally-managed --compile --user failed with error > > code 1 in /tmp/pip-build-0NGgHr/python-qpid-proton > > Storing debug log for failure in /home/dnwe/.pip/pip.log > > 24.56s user 1.90s system 73% cpu 35.908 total > > Best regards, > Dom > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- -K --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
