Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing precise on rpi4. #239

Open
ipernjakovic opened this issue Jan 24, 2023 · 3 comments
Open

Installing precise on rpi4. #239

ipernjakovic opened this issue Jan 24, 2023 · 3 comments
Labels

Comments

@ipernjakovic
Copy link

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!

@ichDaheim
Copy link

ichDaheim commented Mar 11, 2023

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
Copy link

Is this repo still maintained ?

@rbrisita
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants