Bug #2552
[qutebrowser 1.8.1] unable to start
Status:
fixed
Priority:
bug
Assignee:
% Done:
100%
Description
upon updating:
$ qutebrowser Traceback (most recent call last): File "/usr/bin/qutebrowser", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module> def _initialize_master_working_set(): File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside f(*args, **kwargs) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'qutebrowser==1.8.1' distribution was not found and is required by the application
History
Updated by theova about 1 year ago
Arch's commit propose to rebuild qutebrowser against python 3.8.
I think that should fix the problem.
Updated by bill-auger about 1 year ago
im stating to see a trend here - probably a lot of python stuff needs re-building
possibly related to https://labs.parabola.nu/issues/2551
possibly related to https://labs.parabola.nu/boards/5/topics/235
possibly related to https://lists.parabola.nu/pipermail/dev/2019-November/007520.html
Updated by freemor about 1 year ago
- % Done changed from 0 to 100
- Assignee set to freemor
- Status changed from unconfirmed to in progress
Rebuilt against newer Python.. Works.
pushed