-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Unable to install the Vosk in Python on aarch64 #479
Comments
Try
|
Thank You So much It Worked for me. |
Having run into this problem myself I found this issue but note that the version number on the proposed fix is much older than the current (0.3.23). Have you guys decided not to support aarch64 for all future releases, or its there a particular reason that it's not available for the current release? |
Latest aarch64 release is available on github. Pypy still has an issue with aarch64 unfortunately.: |
Ah, so this is a PyPI thing? I wouldn't have guessed. Thanks for the pointer. I'm going to try to package this for Arch Linux, and was initialy looking at pypi.org as the source. If there's problems pushing your releases into there, I'll point to the GitHub release instead. Thanks! Update: here it is. |
Command : pip3 install https://github.com/alphacep/vosk-api/releases/download/0.3.15/vosk-0.3.15-cp37-cp37m-linux_aarch64.whl
Error :
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Defaulting to user installation because normal site-packages is not writeable
ERROR: vosk-0.3.15-cp37-cp37m-linux_aarch64.whl is not a supported wheel on this platform.
Command : pip3 install vosk
Error :
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement vosk
ERROR: No matching distribution found for vosk
Test:
python3 --version
Python 3.6.9
pip3 --version
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
pip 21.0.1 from /home/ubuntu/.local/lib/python3.6/site-packages/pip (python 3.6)
Please Help me to install it
The text was updated successfully, but these errors were encountered: