diff --git a/deployment_scripts/windows/scripts/prepare_py.bat b/deployment_scripts/windows/scripts/prepare_py.bat index ab23e50..dd2d168 100644 --- a/deployment_scripts/windows/scripts/prepare_py.bat +++ b/deployment_scripts/windows/scripts/prepare_py.bat @@ -1,7 +1,7 @@ cd python-bin set PATH=%PATH%;"%CD%"; curl -O https://bootstrap.pypa.io/get-pip.py -ren python py +ren python.exe py.exe py get-pip.py cd Scripts set PATH=%PATH%;"%CD%"; @@ -9,4 +9,5 @@ cd .. cd .. cd py +py -m pip install setuptools py -m pip install -r requirements.txt \ No newline at end of file diff --git a/py/requirements.txt b/py/requirements.txt index 3a91239..ca6f1da 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -5,14 +5,10 @@ mistralai openai anthropic pyOpenSSL -SpeechRecognition -PocketSphinx -google-cloud-speech google-generativeai python-weather pycouchdb pyttsx3 -pip-licenses faster-whisper pydub ffmpeg \ No newline at end of file