Describe the bug
It says markupsafe ModuleNotFoundError even if it's installed.
To Reproduce
Steps to reproduce the behavior:
sudo protonvpn c -f
Expected behavior
Connect to fastest server.
Error Messages/Program Output/Log Messages
Traceback (most recent call last):
File "/usr/bin/protonvpn", line 5, in
from protonvpn_cli.cli import main
File "/usr/lib/python3.9/site-packages/protonvpn_cli/cli.py", line 59, in
from . import connection
File "/usr/lib/python3.9/site-packages/protonvpn_cli/connection.py", line 16, in
from .utils import (
File "/usr/lib/python3.9/site-packages/protonvpn_cli/utils.py", line 14, in
from jinja2 import Environment, FileSystemLoader
File "/usr/lib/python3.9/site-packages/jinja2/init.py", line 6, in
from markupsafe import escape
ModuleNotFoundError: No module named 'markupsafe'
Desktop (please complete the following information):
Describe the bug It says markupsafe ModuleNotFoundError even if it's installed.
To Reproduce Steps to reproduce the behavior:
Expected behavior Connect to fastest server.
Error Messages/Program Output/Log Messages
Desktop (please complete the following information):