Skip to content

onnxruntime issue on raspberry pi zero 2w #53

Open
@rpatapa

Description

Hi,

I was trying to install EfficientWord-Net on raspberry pi zero 2W.

I am having trouble installing the prerequisite - onnxruntime !

$ python test.py

Traceback (most recent call last):
File "/home/aneka/test.py", line 2, in
from eff_word_net.streams import SimpleMicStream
File "/home/aneka/ewn/lib/python3.9/site-packages/eff_word_net/streams.py", line 4, in
from eff_word_net.engine import HotwordDetector
File "/home/aneka/ewn/lib/python3.9/site-packages/eff_word_net/engine.py", line 8, in
from eff_word_net.audio_processing import First_Iteration_Siamese, ModelRawBackend, Resnet50_Arc_loss
File "/home/aneka/ewn/lib/python3.9/site-packages/eff_word_net/audio_processing.py", line 8, in
import onnxruntime as rt

ModuleNotFoundError: No module named 'onnxruntime'

$ pip install onnxruntime

Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple

ERROR:` Could not find a version that satisfies the requirement onnxruntime

ERROR: No matching distribution found for onnxruntime

Any suggestions?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions