You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use the CLI because the GTK app is extremely unstable for me. I'm not very good at deciphering errors, but this kind of looks like a version mismatch? Note I do have version 2.2.12 installed.
$ protonvpn
Traceback (most recent call last):
File "/sbin/protonvpn", line 33, in <module>
sys.exit(load_entry_point('protonvpn-cli==2.2.12', 'console_scripts', 'protonvpn')())
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/sbin/protonvpn", line 25, in importlib_load_entry_point
return next(matches).load()
~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/usr/lib/python3.13/site-packages/protonvpn_cli/cli.py", line 59, in <module>
from . import connection
File "/usr/lib/python3.13/site-packages/protonvpn_cli/connection.py", line 13, in <module>
from dialog import Dialog
ModuleNotFoundError: No module named 'dialog'
My system info:
Arch Linux x86_x64
Linux Hardened 6.13.0-arch1-1
i3
The text was updated successfully, but these errors were encountered:
I'm attempting to use the CLI because the GTK app is extremely unstable for me. I'm not very good at deciphering errors, but this kind of looks like a version mismatch? Note I do have version 2.2.12 installed.
My system info:
The text was updated successfully, but these errors were encountered: