Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation Warning: MessageFactory class is deprecated in ViSQOL when using Python API #125

Open
EPIGP opened this issue Oct 11, 2024 · 0 comments

Comments

@EPIGP
Copy link

EPIGP commented Oct 11, 2024

Description

When using the ViSQOL Python API, I encountered the following deprecation warning:

This warning appears during the execution of the Python API for speech mode.
visqol_path1_list = [api.Measure(S_0, X[i, :]).moslqo for i in range(M, 2 * M)]

UserWarning: MessageFactory class is deprecated. Please use GetMessageClass() instead of MessageFactory.GetPrototype. MessageFactory class will be removed after 2024.

It seems this warning is related to the protobuf dependency. Updating the library to address this warning would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant