You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to launch torbrowser-launcher after installing dependencies on Ubuntu 22.04. I installed both pyqt5, I still get the following error:
Traceback (most recent call last):
File "/home/torbrowser-launcher/./torbrowser-launcher", line 29, in <module>
import torbrowser_launcher
File "/home/torbrowser-launcher/torbrowser_launcher/__init__.py", line 34, in <module>
from PyQt5 import QtCore, QtWidgets
ModuleNotFoundError: No module named 'PyQt5'
I created a virtualenv and after installing these dependencies, I get the following error:
File "/home/torbrowser-launcher/./torbrowser-launcher", line 29, in <module>
import torbrowser_launcher
File "/home/torbrowser-launcher/torbrowser_launcher/__init__.py", line 36, in <module>
from .common import Common, SHARE
File "/home/torbrowser-launcher/torbrowser_launcher/common.py", line 37, in <module>
import gpg
ModuleNotFoundError: No module named 'gpg'
Any help will be appreciated.
The text was updated successfully, but these errors were encountered:
Unable to launch torbrowser-launcher after installing dependencies on Ubuntu 22.04. I installed both pyqt5, I still get the following error:
Dependencies installed:
I created a virtualenv and after installing these dependencies, I get the following error:
Any help will be appreciated.
The text was updated successfully, but these errors were encountered: