duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #02295
Re: Duplicity 0.6.24 installation problem - "No module named setuptools"
we should probably add it to requirements (manpage etc.) as well as lockfile then. ..ede
On 11.05.2014 15:46, Michael Terry wrote:
> Ah yeah, we switched from distutils to setuptools. That's expected.
> -mt
>
>
> On 11 May 2014 06:49, Kenneth Loafman <kenneth@xxxxxxxxxxx <mailto:kenneth@xxxxxxxxxxx>> wrote:
>
> 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 <mailto: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 <https://launchpad.net/%7Eduplicity-team>
> Post to : duplicity-team@xxxxxxxxxxxxxxxxxxx <mailto:duplicity-team@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~duplicity-team <https://launchpad.net/%7Eduplicity-team>
> More help : https://help.launchpad.net/ListHelp
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~duplicity-team <https://launchpad.net/%7Eduplicity-team>
> Post to : duplicity-team@xxxxxxxxxxxxxxxxxxx <mailto:duplicity-team@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~duplicity-team <https://launchpad.net/%7Eduplicity-team>
> More help : https://help.launchpad.net/ListHelp
>
>
References