Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Using any protonvpn-cli command results in error #380

Open
reihera opened this issue Jan 28, 2025 · 0 comments
Open

[BUG] Using any protonvpn-cli command results in error #380

reihera opened this issue Jan 28, 2025 · 0 comments

Comments

@reihera
Copy link

reihera commented Jan 28, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant