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

Unable to install the Vosk in Python on aarch64 #479

Closed
Avi241 opened this issue Apr 1, 2021 · 5 comments
Closed

Unable to install the Vosk in Python on aarch64 #479

Avi241 opened this issue Apr 1, 2021 · 5 comments

Comments

@Avi241
Copy link

Avi241 commented Apr 1, 2021

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

@nshmyrev
Copy link
Collaborator

nshmyrev commented Apr 1, 2021

Try

 python3 -m pip install https://github.com/alphacep/vosk-api/releases/download/0.3.21/vosk-0.3.21-py3-none-linux_aarch64.whl

@nshmyrev nshmyrev changed the title I am on Raspberry Pi 4 ,Having Ubuntu 18.04 Server running Unable to install the Vosk in Python Unable to install the Vosk in Python on aarch64 Apr 1, 2021
@Avi241
Copy link
Author

Avi241 commented Apr 1, 2021

Thank You So much It Worked for me.

@Avi241 Avi241 closed this as completed Apr 1, 2021
@danielquinn
Copy link

danielquinn commented Dec 29, 2021

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?

@nshmyrev
Copy link
Collaborator

Have you guys decided not to support aarch64 for all future releases

Latest aarch64 release is available on github. Pypy still has an issue with aarch64 unfortunately.:

https://github.com/alphacep/vosk-api/releases

@danielquinn
Copy link

danielquinn commented Dec 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants