mycroft-precise icon indicating copy to clipboard operation
mycroft-precise copied to clipboard

Installing precise on rpi4.

Open ipernjakovic opened this issue 2 years ago • 3 comments

I've installed precise on ubuntu 22.04 on my laptop the other day with so much pain (had to downgrade python to 3.7 and even then it was a pain but in the end i made it work somehow) but now i'm trying to install it on rpi4 and no matter what i try it just doesnt want to install tensorflow 1.13. Can someone please tell me if you managed to install it on rpi4 and HOWWWW.

thanks!

ipernjakovic avatar Jan 24 '23 23:01 ipernjakovic

I am having the same problem. Tensorflow min. Version available via pip is 2.10. But when I install it and run "precise-listen mycroft.net -d mycroft/not-wake-word" i get the error: AttributeError: module 'tensorflow' has no attribute 'Session'

on raspi 4 with: Operating System: Debian GNU/Linux 11 (bullseye) Kernel: Linux 5.15.84-v8+ Architecture: arm64 Python: 3.7.15

ichDaheim avatar Mar 11 '23 21:03 ichDaheim

Is this repo still maintained ?

ichDaheim avatar Apr 08 '23 22:04 ichDaheim

For news on the company read this.

To build from source follow these steps:

  1. git clone https://github.com/MycroftAI/mycroft-precise.git
  2. cd mycroft-precise
  3. python3 -m venv .venv
  4. source .venv/bin/activate
  5. python3 -m pip install --upgrade pip
  6. pip install wheel
  7. git fetch origin pull/141/head:tf
  8. git checkout tf
  9. edit setup.py and change tensorflow-gpu to tensorflow with no pinning.
  10. ./setup.sh

rbrisita avatar Jun 22 '23 12:06 rbrisita