greatscottgadgets / ubertooth

Software, firmware, and hardware designs for Ubertooth
https://greatscottgadgets.com/ubertoothone/
GNU General Public License v2.0
1.92k stars 430 forks source link

No module named Qtpy for ubertooth-specan-ui macos #492

Closed corecryptics closed 2 years ago

corecryptics commented 2 years ago

Steps to reproduce

  1. Brew Install ubertooth
  2. Run uberooth-specan-ui
  3. Found three versions of qtpy in various places, none linked to launch ubertooth-specan-ui

Tell us what you expect should happen

Actual behaviour

Traceback (most recent call last): File "/Users/julianr/tools/ubertooth/ubertooth-2020-12-R1/host/python/specan_ui/./ubertooth-specan-ui", line 29, in from qtpy import QtCore, QtGui, QtWidgets ModuleNotFoundError: No module named 'qtpy'

Version information

MacOS Big Sur

Ubertooth tools version (ubertooth-rx -V): libubertooth 1.1 (2020-12-R1)

libbtbb version: libbtbb 1.0 (2018-06-R1)

Ubertooth firmware version (ubertooth-util -v): Firmware version: 2020-12-R1 (API:1.07)

If you are reporting a problem that involves third party software (Wireshark/Kismet/etc), please report the version here.

Output

Traceback (most recent call last): File "/Users/julianr/tools/ubertooth/ubertooth-2020-12-R1/host/python/specan_ui/./ubertooth-specan-ui", line 29, in from qtpy import QtCore, QtGui, QtWidgets ModuleNotFoundError: No module named 'qtpy'

Insert any commandline or build output here

straithe commented 2 years ago

Thank you for opening this issue. I do not have much experience with macOS or have appropriate hardware to recreate this issue. Please bear with me while I find someone from the community who can assist with this issue.

mr-slonn commented 2 years ago

I have exactly the same problem in kali linux on a windows 10 virtual machine, at first I tried to do the instructions on the latest version of kali linux and failed, now I installed version 2020.4 and get the same error

┌──(root💀osboxes)-[/home/osboxes/ubertooth-2020-12-R1/host/build] └─# ubertooth-specan-ui Traceback (most recent call last): File "/usr/local/bin/ubertooth-specan-ui", line 29, in from qtpy import QtCore, QtGui, QtWidgets ModuleNotFoundError: No module named 'qtpy'

┌──(root💀osboxes)-[/home/osboxes/ubertooth-2020-12-R1/host/build] └─# lsb_release -a 1 ⨯ No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: 2020.4 Codename: kali-rolling

PS. I found a solution it turns out I need to install this library # pip install qtpy

straithe commented 2 years ago

Thank you for the update! Since you have found a solution, I am closing this issue.