You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following error in ovos-audio WARNING - Could not find the plugin PluginTypes.PHONEME.ovos-g2p-plugin-heuristic-arpa
ERROR - The selected G2P plugin could not be loaded.
Traceback (most recent call last):
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/g2p.py", line 139, in create
g2p = clazz(g2p_config)
^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
2023-12-07 10:07:17.981 - audio - ovos_plugin_manager.templates.tts:init:203 - ERROR - G2P plugin not loaded, there will be no mouth movements
Traceback (most recent call last):
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/templates/tts.py", line 201, in init
self.g2p = OVOSG2PFactory.create(cfg)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/g2p.py", line 139, in create
g2p = clazz(g2p_config)
^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
The text was updated successfully, but these errors were encountered:
I have the following error in ovos-audio WARNING - Could not find the plugin PluginTypes.PHONEME.ovos-g2p-plugin-heuristic-arpa
ERROR - The selected G2P plugin could not be loaded.
Traceback (most recent call last):
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/g2p.py", line 139, in create
g2p = clazz(g2p_config)
^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
2023-12-07 10:07:17.981 - audio - ovos_plugin_manager.templates.tts:init:203 - ERROR - G2P plugin not loaded, there will be no mouth movements
Traceback (most recent call last):
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/templates/tts.py", line 201, in init
self.g2p = OVOSG2PFactory.create(cfg)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ovos/.venv/lib/python3.11/site-packages/ovos_plugin_manager/g2p.py", line 139, in create
g2p = clazz(g2p_config)
^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not callable
The text was updated successfully, but these errors were encountered: