Dumitru Gutu

Results 3 comments of Dumitru Gutu

Hi @ouardiYakoubAbdallah Can you run these commands and post the output here? 1. pip3 freeze 2. python3 --version The output should look similar to this: ``` /tmp pip3 freeze anyio==4.9.0...

Can you try installing latest websockets `pip3 install websockets==15.0.1`? If that doesn't work, try uninstalling and re-installing speechmatics client.

Hi @ouardiYakoubAbdallah, Can you try to create a new `venv` to run the example? Looking at your list of dependencies you have a lot of extra dependencies that are not...