vBaiCai / python-pesq

A python package for calculating the PESQ.
MIT License
353 stars 69 forks source link

Problem when using setup.py #23

Closed benlin1996 closed 3 years ago

benlin1996 commented 3 years ago

Thanks for the useful code.

When I try to run command "python setup.py", there is an error. What is the right command for running setup.py?

Another question is about missing pesq_core module when running init.py. Does this problem fixed after I run setup.py correctly?

Thanks for your help

vBaiCai commented 3 years ago

Can you provide detailed information about the error? Or, you can try this:

pip install pypesq
benlin1996 commented 3 years ago

Thanks for your help. There is a missing tools in windows. But it work when I run pip3 install . in linux