Picovoice / cheetah

On-device streaming speech-to-text engine powered by deep learning

Home Page:https://picovoice.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong ELF class

man4567890 opened this issue · comments

Hi
Could you give me some pointers in what I'm doing wrong please
pi@controller-4004298892:/cheetah $ python -V
Python 3.6.8
pi@controller-4004298892:
/cheetah $ python demo/python/cheetah_demo.py --audio_paths resources/audio_samples/test.wav --license_path /home/pi/cheetah/cheetah_eval_linux_expires_july_9th_2020.lic
Traceback (most recent call last):
File "demo/python/cheetah_demo.py", line 61, in
license_path=args.license_path)
File "demo/python/../../binding/python/cheetah.py", line 68, in init
library = cdll.LoadLibrary(library_path)
File "/usr/local/lib/python3.6/ctypes/init.py", line 426, in LoadLibrary
return self._dlltype(name)
File "/usr/local/lib/python3.6/ctypes/init.py", line 348, in init
self._handle = _dlopen(self._name, mode)
OSError: demo/python/../../lib/linux/x86_64/libpv_cheetah.so: wrong ELF class: ELFCLASS64
pi@controller-4004298892:/cheetah $ which python
/usr/bin/python
pi@controller-4004298892:
/cheetah $

whats the os/machine?

read the docs: https://github.com/Picovoice/cheetah#cheetah

what's available in this repo only works on x86_64 ubuntu. other platforms are only available to enterprises who acquired commercial license.