Open ipernjakovic opened 1 year ago
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
Is this repo still maintained ?
For news on the company read this.
To build from source follow these steps:
git clone https://github.com/MycroftAI/mycroft-precise.git
cd mycroft-precise
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
pip install wheel
git fetch origin pull/141/head:tf
git checkout tf
setup.py
and change tensorflow-gpu to tensorflow with no pinning../setup.sh
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!