torbrowser-launcher icon indicating copy to clipboard operation
torbrowser-launcher copied to clipboard

Unable to lauch torbrowser using TBL_SHARE=share ./torbrowser-launcher

Open ENate opened this issue 1 year ago • 0 comments

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'

Dependencies installed:

sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyqt5 python3-gpg python3-requests python3-socks python3-packaging gnupg2 tor

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.

ENate avatar Jun 20 '23 13:06 ENate