
Return get_distribution(dist).load_entry_point(group, name)įile "/usr/lib/python3/dist-packages/pkg_resources/_init_.py", line 2854, in load_entry_pointįile "/usr/lib/python3/dist-packages/pkg_resources/_init_.py", line 2445, in loadįile "/usr/lib/python3/dist-packages/pkg_resources/_init_.py", line 2451, in resolve Load_entry_point('protonvpn-gui=1.7.0', 'console_scripts', 'protonvpn')()įile "/usr/lib/python3/dist-packages/pkg_resources/_init_.py", line 490, in load_entry_point When I try to run protonvpn (or protonvpn-cli or protonvpn-gui), I get $ protonvpn Note that this was done under a (base) virtualenv from anaconda, and this might have caused trouble.

In Bodhi Linux, kernel 5.13.0-39-generic #44~20.04.1-Ubuntu SMP, with $ sudo gdebi protonvpn-stable-release_1.0.1-1_all.deb I installed protonvpn-stable-release_1.0.1-1_all.deb

ModuleNotFoundError: No module named 'gi'Īs evident, the python used is from anaconda (and I hope the update didn't break anything). Gir1.2-gtk-3.0 is already the newest version (3.24.20-0ubuntu1.1).Ġ upgraded, 0 newly installed, 0 to remove and 0 not upgraded.įile "/home/user1/anaconda3/bin/protonvpn-gui", line 5, in įile "/home/user1/anaconda3/lib/python3.9/site-packages/linux_gui/protonvpn_gui.py", line 9, in Python3-gi-cairo is already the newest version (3.36.0-1). Python3-gi is already the newest version (3.36.0-1).

After a series of attempts at removing packages, and installing again with/without the virtualenv, I came across various hurdles, which required me doing (with the help of ref, ref) $ conda install -c conda-forge pygobjectĪt one point, with some combination of actions and configuration (which I cannot reproduce now), I seemed to have overcome the error reported, but I was not able to connect to VPN.Īfter further attempts I am again at the original point.ĮDIT #2: $ sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0
