← Back to team overview

duplicity-team team mailing list archive

Re: Duplicity 0.6.24 installation problem - "No module named setuptools"

 

As a quick fix, install setuptools:

# pip install setuptools
-- or --
# apt-get install python-setuptools

I prefer the pip install.  YMMV.

This probably came from the new tox test runner.  We'll need to investigate
further.


On Sun, May 11, 2014 at 5:36 AM, <edgar.soldin@xxxxxx> wrote:

> Ken, Mike ? an idea? ..ede
>
> On 10.05.2014 01:41, Kostas Papadopoulos wrote:
> > Hi,
> >
> > Just a quick heads up that the latest v0.6.24 doesn't install on my test
> system (Debian Wheezy 7.5)
> >
> > The very same system had no problems with installing previous versions
> of Duplicity
> >
> >     root@backup:~/src/duplicity-0.6.24# python setup.py install
> >     Traceback (most recent call last):
> >       File "setup.py", line 24, in <module>
> >         from setuptools import setup, Extension
> >     ImportError: No module named setuptools
> >     root@backup:~/src/duplicity-0.6.24# cd ~/src/duplicity-0.6.23
> >     root@backup:~/src/duplicity-0.6.23# python setup.py install
> >     running install
> >     running build
> >     running build_py
> >     running build_ext
> >     running build_scripts
> >     running install_lib
> >     running install_scripts
> >     changing mode of /usr/local/bin/rdiffdir to 755
> >     changing mode of /usr/local/bin/duplicity to 755
> >     running install_data
> >     running install_egg_info
> >     Removing
> /usr/local/lib/python2.7/dist-packages/duplicity-0.6.23.egg-info
> >     Writing
> /usr/local/lib/python2.7/dist-packages/duplicity-0.6.23.egg-info
> >     root@backup:~/src/duplicity-0.6.23# cat /etc/debian_version
> >     7.5
> >     root@backup:~/src/duplicity-0.6.23#
> >
>
> _______________________________________________
> Mailing list: https://launchpad.net/~duplicity-team
> Post to     : duplicity-team@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~duplicity-team
> More help   : https://help.launchpad.net/ListHelp
>

Follow ups

References