Hello,
I did a system wide update, there were 133 python packages and their dependencies. After update and reboot, Proton VPN and blue tooth manager no longer works.
I installed proton vpn gtk app and bluetooth manager from the AUR
The GUI app does not launch at all, it comes up for few seconds and closes. When I tried to launch it via CLI i get this
Traceback (most recent call last):
File “/usr/bin/protonvpn-app”, line 33, in
sys.exit(load_entry_point(‘proton-vpn-gtk-app==4.8.1’, ‘console_scripts’, ‘protonvpn-app’)())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/bin/protonvpn-app”, line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.12/importlib/metadata/init.py”, line 205, in load
module = import_module(match.group(‘module’))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3.12/importlib/init.py”, line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “”, line 1387, in _gcd_import
File “”, line 1360, in _find_and_load
File “”, line 1310, in _find_and_load_unlocked
File “”, line 488, in _call_with_frames_removed
File “”, line 1387, in _gcd_import
File “”, line 1360, in _find_and_load
File “”, line 1331, in _find_and_load_unlocked
File “”, line 935, in _load_unlocked
File “”, line 995, in exec_module
File “”, line 488, in _call_with_frames_removed
File “/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/init.py”, line 30, in
gi.require_version(“Gtk”, “3.0”)
^^^^^^^^^^^^^^^^^^
AttributeError: module ‘gi’ has no attribute ‘require_version’