ludlows / PESQ

PESQ (Perceptual Evaluation of Speech Quality) Wrapper for Python Users (narrow band and wide band)
https://github.com/ludlows/PESQ
MIT License
518 stars 97 forks source link

ImportError, please help #29

Closed RXAldreezee closed 3 years ago

RXAldreezee commented 3 years ago

Hi, I already installed the python-pesq, when I was about to run, it shows an error message:

(venv) al@al-VirtualBox:~/Downloads/RNNoise_Wrapper-master$ python3 sepm.py Traceback (most recent call last): File "sepm.py", line 4, in from pesq import PesqError ImportError: cannot import name 'PesqError' from 'pesq' (/home/al/Downloads/RNNoise_Wrapper-master/venv/lib/python3.8/site-packages/pesq/init.py)

I already did #24 but didn't work. I also created a virtual environment, still doesn't work. Please help.

ludlows commented 3 years ago

thanks for using this code.

have you solved it? or could you give more details about the error like the directory structure?

RXAldreezee commented 3 years ago

Unfortunately it didn't. I used this https://github.com/schmiph2/pysepm instead.

ludlows commented 3 years ago

thanks for your reply. I close this issue but anyone can open it if necessary.

ludlows commented 3 years ago

I close this issue but anyone can open it if necessary.