You are not logged in.

#1 2019-11-12 10:13:29

bach
Member
Registered: 2014-10-20
Posts: 27

[SOLVED] gajim wont launch

Hi,

gajim won't launch any more, and i can't find any clue of what is hapenning

$ gajim
Traceback (most recent call last):
  File "/usr/bin/gajim", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
    @_call_aside
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'gajim==1.1.3' distribution was not found and is required by the application

any idea ?
i'm on kde and fully updated

Last edited by bach (2019-11-12 10:48:00)

Offline

#2 2019-11-12 10:31:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,740

Re: [SOLVED] gajim wont launch

Any single testing repositories enabled instead of all testing repositories? Testing's python is at 3.8 gajim did receive a rebuild but that would mandate community-testing as well. I suggest you disable all of them and downgrade to a stable set with

sudo pacman -Syyuu

or enabling all of them.

Last edited by V1del (2019-11-12 10:33:11)

Offline

#3 2019-11-12 10:46:07

bach
Member
Registered: 2014-10-20
Posts: 27

Re: [SOLVED] gajim wont launch

thanks V1del !
i disabled community-testing in /etc/pacman.conf and ran

sudo pacman -Syyuu

then rebooted, it works now

Offline

Board footer

Powered by FluxBB