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

Error when building docker on raspberry pi 5 #4

Open
astroseger opened this issue Aug 27, 2024 · 1 comment
Open

Error when building docker on raspberry pi 5 #4

astroseger opened this issue Aug 27, 2024 · 1 comment

Comments

@astroseger
Copy link

I have the following error when building docker on raspberry pi 5:

 > [ttsserver stage-1  8/11] RUN /opt/hansonrobotics/py3env/bin/python -m pip install     "azure-cognitiveservices-speech==1.17.0"     "boto3"     "bs4"     "coloredlogs>=14.0"     "flask"     "lxml"     "pinyin==0.2.5"     "pydub"     "python-slugify>=5.0.2"     "pyyaml"     "requests"     "scipy"     "sox>=1.2.9"     "urllib3>1.25.4"     "websocket-client==1.2.1":
1.882 ERROR: Could not find a version that satisfies the requirement azure-cognitiveservices-speech==1.17.0 (from versions: 1.24.0, 1.24.1, 1.24.2, 1.25.0, 1.25.1b1, 1.26.0, 1.27.0, 1.28.0, 1.29.0, 1.30.0, 1.31.0, 1.32.1, 1.33.0, 1.34.0, 1.34.1, 1.35.0, 1.36.0, 1.37.0, 1.38.0, 1.40.0)
1.883 ERROR: No matching distribution found for azure-cognitiveservices-speech==1.17.0
------
failed to solve: process "/bin/sh -c /opt/hansonrobotics/py3env/bin/python -m pip install     \"azure-cognitiveservices-speech==1.17.0\"     \"boto3\"     \"bs4\"     \"coloredlogs>=14.0\"     \"flask\"     \"lxml\"     \"pinyin==0.2.5\"     \"pydub\"     \"python-slugify>=5.0.2\"     \"pyyaml\"     \"requests\"     \"scipy\"     \"sox>=1.2.9\"     \"urllib3>1.25.4\"     \"websocket-client==1.2.1\"" did not complete successfully: exit code: 1

It can be easily fixed by changing azure-cognitiveservices-speech version from 1.17.0 to, for example, 1.24.0

@glicerico
Copy link
Contributor

@astroseger , were you trying to use this open-hrsdk repo? It is not complete yet, as it's an effort to open source all code needed for hrsdk.
I feel this issue belongs in the original repo.

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

3 participants
@astroseger @glicerico and others