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

[FR] Run cli without pyqt5 dependencies #1036

Open
mywalkb opened this issue Mar 12, 2023 · 0 comments
Open

[FR] Run cli without pyqt5 dependencies #1036

mywalkb opened this issue Mar 12, 2023 · 0 comments

Comments

@mywalkb
Copy link

mywalkb commented Mar 12, 2023

Is your feature request related to a problem?

I'm trying to run cli on raspberry where I have no x11 environment, so I have not installed python3-pyqt5.
When I run the command ./cli/urh_cli.py --help

Traceback (most recent call last):
  File "/home/pi/dev/urh/src/urh/./cli/urh_cli.py", line 29, in <module>
    from urh.util import util
  File "/home/pi/dev/urh/src/urh/util/util.py", line 12, in <module>
    from PyQt5.QtCore import Qt
ModuleNotFoundError: No module named 'PyQt5'
Describe the solution you'd like

I'd like run cli without pyqt5 dependencies, which are useless in headless environment.

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

No branches or pull requests

2 participants