jaakkopasanen / AutoEq

Automatic headphone equalization from frequency responses
MIT License
13.22k stars 2.47k forks source link

No module named 'soundfile' #604

Closed francetrois242 closed 1 year ago

francetrois242 commented 1 year ago

Hi, when running I get the soundfile error. I tried to install libsndfile but still not working. Here is the full error.

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Program Files\Git\AutoEq\autoeq__main__.py", line 10, in from autoeq.batch_processing import batch_processing File "C:\Program Files\Git\AutoEq\autoeq\batch_processing.py", line 6, in import soundfile as sf ModuleNotFoundError: No module named 'soundfile'

CZTeo commented 1 year ago

Hi,you closed the issue,have u found the solution to this?If so can you share it because I'm having the same issue.

francetrois242 commented 1 year ago

Yes, look it up on google, you need to install it with command line. You will be missing other modules too, and will need to install these modules as well 1 by 1