I am currently trying to install and configure the Vosk Speech-to-Text library with the Polish language model. However, I am encountering an error while attempting to create a Python virtual environment.
The system displays the following error message:
“Nie można utworzyć wirtualnego środowiska Pythona: nie znaleziono Python; uruchom bez argumentów, aby zainstalować” (Translation: “Could not create Python virtual environment: Python not found; run without arguments to install”)
It appears that Python is either not installed on this system or its executable path has not been added to the system’s environment variables (PATH).
Could you please provide guidance on the correct steps to resolve this environment issue for the Vosk library, or let me know which Python version is recommended for a stable setup?
Thank you in advance for your assistance.