enter image description here从回溯中可以看出,导入pyaudioconvert时会发生异常。如何解决?
下面的跟踪:
Traceback (most recent call last):
File "C:\Users\320052863\PycharmProjects\Test\venv\lib\site-packages\pyaudioconvert\__init__.py", line 43, in <module>
assert(bool_which('sox'))
AssertionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/320052863/PycharmProjects/Test/hello.py", line 1, in <module>
import pyaudioconvert
File "C:\Users\320052863\PycharmProjects\Test\venv\lib\site-packages\pyaudioconvert\__init__.py", line 45, in <module>
raise SoxNotInstalled()
pyaudioconvert.SoxNotInstalled