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 name 'numpy' error #466

Closed Purple23200 closed 2 years ago

Purple23200 commented 3 years ago

ubuntu@ubuntu:~$ ubertooth-specan-ui Traceback (most recent call last): File "/usr/bin/ubertooth-specan-ui", line 25, in import numpy ModuleNotFoundError: No module named 'numpy'

I was able to use ubertooth the other day and had this problem and fixed it, but i'm having this problem again and i'm unsure how it keeps happening because numpy is up to date.

mikeryan commented 3 years ago

What version of Ubertooth are you using? Make sure ubertooth-specan-ui is running under Python 3 and your numpy install is for Python 3 as well.

Purple23200 commented 3 years ago

Im using ubertooth-2020-12-R1

straithe commented 2 years ago

Can you show me the output of numpy.version or pip list?

straithe commented 2 years ago

I'm going to close this as there hasn't been a response in a while, but please re-open this issue or open a new one if you still need assistance.