Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ENate opened this issue Jun 20, 2023 · 0 comments
Open

Comments

@ENate
Copy link

ENate commented Jun 20, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant