-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Seems like project is not working, some problem with dependencies:
a@x79:~/test/Sound-level-meter$ sudo pip install sounddevice
Requirement already satisfied: sounddevice in /root/.local/lib/python3.10/site-packages (0.4.6)
Requirement already satisfied: CFFI>=1.0 in /usr/local/lib/python3.10/dist-packages (from sounddevice) (1.16.0)
Requirement already satisfied: pycparser in /usr/local/lib/python3.10/dist-packages (from CFFI>=1.0->sounddevice) (2.21)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
a@x79:~/test/Sound-level-meter$ pip show sounddevice
WARNING: Package(s) not found: sounddevice
a@x79:~/test/Sound-level-meter$ python3 slm.py
Traceback (most recent call last):
File "/home/a/test/Sound-level-meter/slm.py", line 1, in <module>
import sounddevice as sd
ModuleNotFoundError: No module named 'sounddevice'
a@x79:~/test/Sound-level-meter$ python3 --version
Python 3.10.12Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels