symbol 'vosk_recognizer_set_endpointer_mode' not found in library
- Langage dominant
- Jupyter Notebook
- Étoiles
- 15.1k
- Forks
- 1.8k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I can't install latest version for python.
`(env) λ pip3 -v install vosk
Using pip 25.3 from ...\env\Lib\site-packages\pip (python 3.11)
Requirement already satisfied: vosk in ...\env\lib\site-packages (0.3.45)`
So, i install it from git
```
(env) λ pip install git+https://github.com/alphacep/vosk-api.git@v0.3.50#subdirectory=python
Collecting git+https://github.com/alphacep/vosk-api.git@v0.3.50#subdirectory=python
Cloning https://github.com/alphacep/vosk-api.git (to revision v0.3.50) to d:\temp\pip-req-build-uneoncfy
Running command git clone --filter=blob:none --quiet https://github.com/alphacep/vosk-api.git 'D:\Temp\pip-req-build-uneoncfy'
Running command git checkout -q a7bf6a51e299152a8fb496b928a21eb79a1d7bea
Resolved https://github.com/alphacep/vosk-api.git to commit a7bf6a51e299152a8fb496b928a21eb79a1d7bea
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
``````
```
(env) λ pip list
Package Version
------------------ --------
certifi 2026.1.4
cffi 2.0.0
charset-normalizer 3.4.4
colorama 0.4.6
idna 3.11
MouseInfo 0.1.3
numpy 2.4.1
pillow 12.1.0
pip 25.3
...
requests 2.32.5
setuptools 65.5.0
sounddevice 0.5.3
srt 3.5.3
tqdm 4.67.1
urllib3 2.6.3
vosk 0.3.50
websockets 16.0
```
But how can i get actual dll?
`OSError: cannot load library '...\env\Lib\site-packages\vosk\libvosk.dll': error 0x7e
`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.