google / visqol

Perceptual Quality Estimator for speech and audio
Apache License 2.0
641 stars 118 forks source link

Please specify the supported Python versions. #111

Open UkiTenzai opened 4 months ago

UkiTenzai commented 4 months ago

Hello, I tried to install the visqol pacakge on python3.8 using pip install .but failed, saying that "undefined reference to symbol PyFrame_GetCode". And I successfully install it on python3.11 . I think that the supported Python versions should be specified. Maybe we can mention the supported python version in README.md or add the code like python_requires='>=3.10' in setup.py .

IcyW commented 3 months ago

same problem.

external/pybind11_abseil/pybind11_abseil/absl_casters.h:91:24: error: use of undeclared identifier 'PyUnicode_AsUTF8'

external/pybind11_abseil/pybind11_abseil/import_status_module.cc:13:8: error: use of undeclared identifier 'PyGILState_Check'