On 2019-12-09 22:51:16, Jakub Wilk wrote: > Package: internetarchive > Version: 1.8.5-1 > Severity: grave > > The ia command doesn't work at all: > > $ ia help > Traceback (most recent call last): > File "/usr/bin/ia", line 6, in <module> > from pkg_resources import load_entry_point > File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line > 3250, in <module> > @_call_aside > File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line > 3234, in _call_aside > f(*args, **kwargs) > File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line > 3263, in _initialize_master_working_set > working_set = WorkingSet._build_master() > File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line > 583, in _build_master > ws.require(__requires__) > File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line > 900, in require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line > 786, in resolve > raise DistributionNotFound(req, requirers) > pkg_resources.DistributionNotFound: The 'backports.csv' distribution was > not found and is required by internetarchive
This is strange. The requirements seem to be wrong: 'backports.csv < 1.07;python_version<"2.7"', 'backports.csv < 1.07;python_version<"3.4"', 'backports.csv;python_version>="2.7"', 'backports.csv;python_version>="3.4"', the latter two lines say we need the backport in python 3.4 and above, which is non-sensical: we *don't* need the backport then... I'll see what i can do. a. -- It will be a great day when our schools get all the money they need and the air force has to hold a bake sale to buy a bomber. - Unknown