linux-cli-community
linux-cli-community copied to clipboard
No module named 'certifi'
sudo protonvpn init
Traceback (most recent call last):
File "/usr/local/bin/protonvpn", line 5, in
I believe you need the certifi python3 module: https://pypi.org/project/certifi/
Either install it using your normal system installation procedure, or use pip as described on the webpage.
I believe you need the certifi python3 module: https://pypi.org/project/certifi/
Either install it using your normal system installation procedure, or use pip as described on the webpage.
Thanks so much.