Hi James, Thanks for the bug report. Read on..
On Sun, Jan 8, 2017, at 10:21 PM, James Murphy wrote: > > Traceback (most recent call last): > File "/usr/bin/tahoe", line 9, in <module> > load_entry_point('tahoe-lafs==1.11.0', 'console_scripts', 'tahoe')() > File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line > 356, in load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line > 2472, in load_entry_point > return ep.load() > File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line > 2186, in load > ['__name__']) > File "/usr/lib/python2.7/dist-packages/allmydata/__init__.py", line > 412, in <module> > _vers_and_locs_list, _cross_check_errors = > get_package_versions_and_locations() > File "/usr/lib/python2.7/dist-packages/allmydata/__init__.py", line > 222, in get_package_versions_and_locations > for p in pkg_resources.require(install_requires)]) > File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line > 745, in require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line > 644, in resolve > raise VersionConflict(dist, req) > pkg_resources.VersionConflict: (setuptools 5.7 > (/usr/local/lib/python2.7/dist-packages), > Requirement.parse('setuptools>=11.3')) It seem to me from the traceback that you have another set of packages installed in /usr/local that is a quite old. Could you please move or delete them and try again? I can't seem to reproduce this in my 'sid' setup. I upgraded all the packages today but still can't reproduce it. It will be great if you can clean up or move the python modules in /usr/local/lib/python2.7/* and try again. Thanks -- Ramakrishnan