Issue installing mimic 3 on pycroft and raspberry pi 4 B

I get this error
/usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.26’ not found (required by /home/pi/mycroft-core/.venv/lib/python3.7/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.so)

any ideas how to fix it?

that simply doesnt work. I mean for me it didn’t…
Picroft is 32bit and based on Debian Buster. Mimic3 requires newer libraries. Particularly GCC >= 9. Also there is no (official) prebuilt ONNX runtime for 32 bit Systems …
I guiess we’ll have to wait for a newer Picroft… until then use another, newer linux…

1 Like

@kleo made a GitHub - kleo/picroft: Unofficial Mycroft AI Raspberry Pi OS image builder. which runs on ubuntu-latest, from what i can gather

Onnxruntime wheels are available here: Releases · synesthesiam/prebuilt-apps · GitHub

2 Likes

thank you! I wasn’t aware of that. I’ll check it out!

I installed PI OS and set the default sound card then I installed mimic 3 then I installed picroft from the pulseaudio branch and everything seems to be working. Thanks for your responses