-
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
No matching distribution found for MacOS 11 #699
Comments
If you have a problem, provide the full output of the following commands:
|
Sure!
|
It seems there was a bug in pip which didn't accept wheels for osx 10 on osx11. It was fixed in version 20.3 Please try to upgrade pip3 and share the install log again. |
Installs fine now! Ran test_simple.py a couple of times with expected results. Restarted terminal and now it gives the following error message:
|
I have updated instructions to mention 20.3 As for your last problem, it seems an issue with virtual environment or something like that. You'd better sync your python installations and install vosk module into core python. |
I cannot get it to install on my 2020 Intel MacbookPro16 using pip3.
macOS Big Sur 11.5.2
Python version 3.8.2
pip3 version 19.2.3
via either:
pip3 install vosk
orpip3 -v install vosk
or
pip3 install https://github.com/alphacep/vosk-api/releases/download/v0.3.31/vosk-0.3.31-py3-none-macosx_10_6_x86_64.whl
or
pip3 install -U https://github.com/alphacep/vosk-api/releases/download/0.3.7/vosk-0.3.7-cp38-cp38-macosx_10_12_x86_64.whl
Getting this error message using the above line
Getting the feeling that this is just because there is no info for pip3 that it should work, not that it wouldn't work!
The text was updated successfully, but these errors were encountered: