ModuleNotFoundError: No module named 'protonvpn_cli.utils'
shawndfernandes opened this issue · 1 comments
shawndfernandes commented
Describe the bug
protonvpn-tray does not start, ubuntu 20 LTS.
To Reproduce
Steps to reproduce the behavior:
run protonvpn-tray on the Terminal
Expected behavior
protonvpn-tray should open
Actual Behavior
protonvpn-tray shows error
Screenshots
Attached
Desktop (please complete the following information):
- OS: Ubuntu 20
Additional Context
Traceback (most recent call last):
File "/home/shawn/.local/bin/protonvpn-tray", line 5, in
from linux_gui.indicator import ProtonVPNIndicator
File "/home/shawn/.local/lib/python3.8/site-packages/linux_gui/indicator.py", line 7, in
from protonvpn_cli.utils import (
ModuleNotFoundError: No module named 'protonvpn_cli.utils'
shawndfernandes commented
Possible resolution